Trait building_blocks_storage::access_traits::GetMut[][src]

pub trait GetMut<'a, L> {
    type Item;
    fn get_mut(&'a mut self, location: L) -> Self::Item;
}

Associated Types

Required methods

Get a mutable reference to the value at location.

Implementations on Foreign Types

Implementors