Trait scsys_core::components::identities::Identitfiable
source · [−]pub trait Identitfiable {
fn id(&self) -> Id;
fn gen_timestamp(&self) -> Timestamp { ... }
}
pub trait Identitfiable {
fn id(&self) -> Id;
fn gen_timestamp(&self) -> Timestamp { ... }
}