Expand description
A view into a single entry in the TypeMap
,
which may either be vacant or occupied.
This heavily mirrors the official Entry
API in the standard library,
but not all of it is provided due to implementation restrictions. Please
refer to its documentations.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.