[][src]Struct moore::grind::MapErrGrinder

pub struct MapErrGrinder<T, F, E> where
    T: Grinder
{ /* fields omitted */ }

Trait Implementations

impl<T, E, F> Grinder for MapErrGrinder<T, F, E> where
    T: Grinder,
    F: Fn(E) -> <T as Grinder>::Error
[src]

type Item = <T as Grinder>::Item

type Error = E

Auto Trait Implementations

impl<T, F, E> RefUnwindSafe for MapErrGrinder<T, F, E> where
    E: RefUnwindSafe,
    F: RefUnwindSafe,
    T: RefUnwindSafe
[src]

impl<T, F, E> Send for MapErrGrinder<T, F, E> where
    E: Send,
    F: Send,
    T: Send
[src]

impl<T, F, E> Sync for MapErrGrinder<T, F, E> where
    E: Sync,
    F: Sync,
    T: Sync
[src]

impl<T, F, E> Unpin for MapErrGrinder<T, F, E> where
    E: Unpin,
    F: Unpin,
    T: Unpin
[src]

impl<T, F, E> UnwindSafe for MapErrGrinder<T, F, E> where
    E: UnwindSafe,
    F: UnwindSafe,
    T: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.