Function ref

Source
pub fn ref<A1, A2: ?Sized, Out>(
    f: fn(A1, &A2) -> Out,
) -> HkFn<fn(A1, &A2) -> Out>