Struct imprint::IdF [] [src]

pub struct IdF(_);

Identity function for types.

For all T, we have:

<IdF as TyFn<T>>::Output == T

Trait Implementations

impl<T: ?Sized> TyFn<T> for IdF
[src]

The result of the type function.