Trait building_blocks_storage::access_traits::GetRef[][src]

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

Associated Types

Required methods

Get an immutable reference to the value at location.

Implementations on Foreign Types

Implementors