pub trait WithPersistenceId {
// Required method
fn persistence_id(&self) -> &PersistenceId;
}
Expand description
Implemented by structures that can return a persistence id.
pub trait WithPersistenceId {
// Required method
fn persistence_id(&self) -> &PersistenceId;
}
Implemented by structures that can return a persistence id.