pub trait PeriodicFlush {
// Required method
fn periodic_flush(&mut self) -> bool;
}
Required Methods§
sourcefn periodic_flush(&mut self) -> bool
fn periodic_flush(&mut self) -> bool
| flush the wallet passively (TRY_LOCK) | ideal to be called periodically |