Trait shipyard::prelude::StorageBorrow[][src]

pub trait StorageBorrow<'a> {
    type View;
    fn try_borrow(
        all_storages: &'a AllStorages
    ) -> Result<Self::View, GetStorage>; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors