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

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

Associated Types

type E

Loading content...

Required methods

fn to_err(self) -> Result<T, Self::E>

Loading content...

Implementations on Foreign Types

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

type E = E

Loading content...

Implementors

Loading content...