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