pub trait MaecObject {
// Required methods
fn id(&self) -> &str;
fn type_(&self) -> &str;
fn created(&self) -> DateTime<Utc>;
}Expand description
Trait implemented by all MAEC objects for basic accessors
pub trait MaecObject {
// Required methods
fn id(&self) -> &str;
fn type_(&self) -> &str;
fn created(&self) -> DateTime<Utc>;
}Trait implemented by all MAEC objects for basic accessors