[][src]Trait batch_oper::named_into::ToErr

pub trait ToErr<T: Default> {
    type E;
    pub fn to_err(self) -> Result<T, Self::E>;
}

Associated Types

type E[src]

Loading content...

Required methods

pub fn to_err(self) -> Result<T, Self::E>[src]

Loading content...

Implementations on Foreign Types

impl<T: Default, E> ToErr<T> for Option<E>[src]

type E = E

Loading content...

Implementors

Loading content...