pub trait PeriodicFlush {
    // Required method
    fn periodic_flush(&mut self) -> bool;
}

Required Methods§

source

fn periodic_flush(&mut self) -> bool

| flush the wallet passively (TRY_LOCK) | ideal to be called periodically |

Implementors§