pub trait WithPersistenceId {
    // Required method
    fn persistence_id(&self) -> &PersistenceId;
}
Expand description

Implemented by structures that can return a persistence id.

Required Methods§

Implementors§