pub struct RefF<'a>(_);
The TypeFunction ApF<RefF<'a>, A> == &'a A
TypeFunction
ApF<RefF<'a>, A> == &'a A
The type that Arg is mapped to by the implementor.
Arg
Always set to Self, but the type checker doesn’t reduce T::Alias to T.
Self
T::Alias
T
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.