[][src]Trait resiter::GetOk

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

Required methods

fn get_ok(self) -> Option<T>

Loading content...

Implementations on Foreign Types

impl<T, E> GetOk<T> for Result<T, E>[src]

Loading content...

Implementors

Loading content...