pub trait Memory<View, Store: Store>: Sendwhere View: MemoryView<Store>,{ // Required method fn view(&self) -> View; }