[][src]Trait oops::Oops

pub trait Oops<T> {
    fn oops(self, msg: &str) -> Result<T>;
}

Required methods

fn oops(self, msg: &str) -> Result<T>

Loading content...

Implementations on Foreign Types

impl<T> Oops<T> for Option<T>[src]

Loading content...

Implementors

Loading content...