[][src]Trait resiter::GetErr

pub trait GetErr<T> {
    fn get_err(self) -> Option<T>;
}

Required methods

fn get_err(self) -> Option<T>

Loading content...

Implementations on Foreign Types

impl<U, T> GetErr<T> for Result<U, T>[src]

Loading content...

Implementors

Loading content...