ApF

Type Alias ApF 

Source
pub type ApF<F, T> = <F as TypeFunction<T>>::Result;
Expand description

The result of applying the TypeFunction F to T.