Function higher::apply::f

source ·
pub fn f<'a, A, B, F>(func: F) -> ApplyFn<'a, A, B>where
    F: 'a + Fn(A) -> B,