pub trait StoreRead<Store: Collection> { // Required method fn read(&self, store: &Store) -> Store::Item; }