Struct type_equalities::type_functions::IdF [−][src]
pub struct IdF;Expand description
The identity TypeFunction, ApF<IdF, T> == T. Coercing through this gives
us the basic safe transmute.
Trait Implementations
type Result = A
type Result = A
The type that Arg is mapped to by the implementor.
