Trait building_blocks_storage::access_traits::Get[][src]

pub trait Get<L> {
    type Item;
    fn get(&self, location: L) -> Self::Item;
}

Associated Types

Required methods

Get an owned value at location.

Implementations on Foreign Types

Implementors