pub trait StoreResultEmptyTuple {
    // Required method
    fn unwrap_or_exists(self);
}

Required Methods§

source

fn unwrap_or_exists(self)

Unwrap or assert that the error is key already exists

Implementors§