2 lines
54 B
XML
2 lines
54 B
XML
type F = Box<Fn(a: i32, &b: &i32, &mut c: &i32, ())>;
|
type F = Box<Fn(a: i32, &b: &i32, &mut c: &i32, ())>;
|