pub trait Insert: Sized + Validate { // Required method fn insert(self, objects: &mut Service<Objects>) -> Handle<Self>; }
Convenience trait to insert objects into their respective stores
Insert the object into its respective store