Struct redo::Error[][src]

pub struct Error<R, C: Command<R>>(pub C, pub C::Error);

An error which holds the command that caused it.

Trait Implementations

impl<R, C: Command<R> + Debug> Debug for Error<R, C> where
    C::Error: Debug
[src]

Formats the value using the given formatter. Read more

impl<R, C: Command<R>> Display for Error<R, C> where
    C::Error: Display
[src]

Formats the value using the given formatter. Read more

impl<R, C: Command<R>> StdError for Error<R, C> where
    C: Debug,
    C::Error: StdError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl<R, C> Send for Error<R, C> where
    C: Send,
    <C as Command<R>>::Error: Send

impl<R, C> Sync for Error<R, C> where
    C: Sync,
    <C as Command<R>>::Error: Sync