pub fn make_store<T>() -> impl Datastorewhere T: IntoSlots,
Given a cons-list of Storable types, returns a complete Datastore that contains a slot for each type.
Storable
Datastore