Type Definition type_equalities::type_functions::ApF [−][src]
pub type ApF<F, T> = <F as TypeFunction<T>>::Result;Expand description
The result of applying the TypeFunction F to T.
pub type ApF<F, T> = <F as TypeFunction<T>>::Result;The result of applying the TypeFunction F to T.