pub type ApplyFn<'a, Brand, A, B> = <Brand as ClonableFn>::Output<'a, A, B>;
Expand description
Alias for types of kind ' -> * -> *
.
pub type ApplyFn<'a, Brand, A, B> = <Brand as ClonableFn>::Output<'a, A, B>;
Alias for types of kind ' -> * -> *
.