Enum fsort::criterion::Error [] [src]

pub enum Error {
    NoAccess,
    InvalidPath,
    CriterionUnsupported,
}

An error occurring during the creation of a criterion.

Variants

It was not possible to access file behind the path.

The path is not a file but a directory, device or other unsupported handle.

The requested search criterion is not supported on this OS.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Error
[src]

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl ErrorTrait for Error
[src]

A short description of the error. Read more

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