pub trait Manage { // Required method fn empty(&mut self) -> Result<(), Error>; }
Resets the store to empty