Trait rustix_bl::persistencer::Persistencer[][src]

pub trait Persistencer {
    fn test_store_apply(
        &mut self,
        event: &BLEvents,
        datastore: &mut Datastore
    ) -> bool;
fn reload_from_filepath(
        &mut self,
        datastore: &mut Datastore
    ) -> Result<u64, RustixError>; }

Required Methods

Implementors