Trait in_place::entry::IntoCollectionMut
source · [−]pub trait IntoCollectionMut<'c> {
type Collection: 'c + ?Sized;
fn into_collection_mut(self) -> &'c mut Self::Collection;
}
pub trait IntoCollectionMut<'c> {
type Collection: 'c + ?Sized;
fn into_collection_mut(self) -> &'c mut Self::Collection;
}