pub trait Object: Send { // Required methods fn id(&self) -> &str; fn object_type(&self) -> ObjectType; }