pub trait StorageClearable { // Required method fn clear(&mut self); }
Clears all the entries owned by the storage.