Struct touch::Error [] [src]

pub struct Error { /* fields omitted */ }

An implementation of Error which may or may not include a cause.

Methods

impl Error
[src]

Creates a new Error with the provided Operation on the given path.

Creates a new Error with the provided Operation on the given path and specifies the upstream cause of the error.

Returns a reference to the upstream cause of this error if one exists.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

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