multiversx_sc_snippets::imports

Trait StorageClearable

Source
pub trait StorageClearable {
    // Required method
    fn clear(&mut self);
}

Required Methods§

Source

fn clear(&mut self)

Clears all the entries owned by the storage.

Implementors§