logo
pub trait Memory<View> where
    View: for<'a> SequentialMemoryView<'a>, 
{ fn view(&self) -> View; }

Required methods

Implementors