mithril_persistence/store/
mod.rs

1//! Define traits of [StakeStorer].
2
3mod stake_store;
4
5pub use stake_store::StakeStorer;