Struct undo::Error [−][src]
An error which holds the command that caused it.
Trait Implementations
impl<R> Debug for Error<R>[src]
impl<R> Debug for Error<R>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<R> Display for Error<R>[src]
impl<R> Display for Error<R>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<R> StdError for Error<R>[src]
impl<R> StdError for Error<R>