Trait spectral::result::ResultAssertions [] [src]

pub trait ResultAssertions<'s, T, E> where T: Debug, E: Debug {
    fn is_ok(&mut self) -> Spec<'s, T>;
    fn is_error(&mut self) -> Spec<'s, E>;
}

Required Methods

Implementors