Trait flatk::StorageView[][src]

pub trait StorageView<'a> {
    type StorageView;
    fn storage_view(&'a self) -> Self::StorageView;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors