Function function

Source
pub fn function<F, A, R>(func: F) -> RustFunction<F, A, R>
where F: Fn(A) -> R, A: for<'b> Read<'b> + Size, R: Push,