pub type ApF<F, T> = <F as TypeFunction<T>>::Result;
The result of applying the TypeFunction F to T.
TypeFunction
F
T