pub trait ResettableKvBackend: KvBackendwhere Self::Error: ErrorExt,{ // Required method fn reset(&self); }