pub trait WalFlushControl: Send + 'static { // Required method fn stop(self) -> QuillSQLResult<()>; }