Trait resiter::GetOk

source ·
pub trait GetOk<T> {
    fn get_ok(self) -> Option<T>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§