Struct undo::Error [] [src]

pub struct Error<R>(pub Box<Command<R>>, pub Box<Error>);

Custom error kind that holds the error and the command that caused the error.

Trait Implementations

impl<R: Debug> Debug for Error<R>
[src]

Formats the value using the given formatter.

impl<R> Display for Error<R>
[src]

Formats the value using the given formatter. Read more

impl<R> Error for Error<R> where
    R: Debug
[src]

A short description of the error. Read more

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