pub trait StoreResultExtensions<T> {
    // Required method
    fn unwrap_option(self) -> Option<T>;
}

Required Methods§

Implementors§