Enum find_folder::Error [] [src]

pub enum Error {
    IO(Error),
    NotFound,
}

If the search was unsuccessful.

Variants

Some std io Error occurred.

The directory requested was not found.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

Performs the conversion.

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