Struct undo::Error[][src]

pub struct Error<R>(pub Box<Command<R> + 'static>, pub Box<StdError + Send + Sync>);

An error which holds the command that caused it.

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter. Read more

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

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl<R> Send for Error<R>

impl<R> Sync for Error<R>