ApplyFunction

Type Alias ApplyFunction 

Source
pub type ApplyFunction<'a, Brand, A, B> = <Brand as Function>::Output<'a, A, B>;
Expand description

Alias for types of kind ' -> * -> *.