Trait cala_ledger::entity::EntityEvent
source · pub trait EntityEvent: DeserializeOwned + Serialize {
type EntityId: Into<Uuid> + From<Uuid> + Copy;
// Required method
fn event_table_name() -> &'static str
where Self: Sized;
}Required Associated Types§
Required Methods§
fn event_table_name() -> &'static strwhere
Self: Sized,
Object Safety§
This trait is not object safe.