Trait safe_unwrap::SafeUnwrap [] [src]

pub trait SafeUnwrap<T> {
    fn safe_unwrap(self, msg: &'static str) -> T;
}

Required Methods

Implementors