Skip to main content

FnPointer

Type Alias FnPointer 

Source
pub type FnPointer<A1, A2, Out> = HkFn<fn(A1, &A2) -> Out>;

Aliased Typeยง

pub struct FnPointer<A1, A2, Out>(/* private fields */);