Expand description
Wrapper for a Box<S>
. Needed to implement some traits that could not be implemented on Box directly
The type of item that this storage can contain
Reserves space for at least new_capacity
elements Read more
Tries to reserve space for at least new_capacity
elements Read more
Creates a new storage with at least the given storage capacity
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.