Struct undo::Error[][src]

pub struct Error<R> { /* fields omitted */ }

An error which holds the command that caused it.

Methods

impl<R> Error<R>
[src]

Returns a reference to the command that caused the error.

Returns the command that caused the error.

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>