Trait err_tools::OpError[][src]

pub trait OpError: Sized {
    type V;
    fn op_err(self) -> Option<Self::V>;

    fn e_str(self, s: &'static str) -> Result<Self::V> { ... }
fn e_string(self, s: String) -> Result<Self::V> { ... } }

Associated Types

Required methods

Provided methods

Implementations on Foreign Types

Implementors