Enum find_folder::Error
[−]
[src]
pub enum Error {
IO(Error),
NotFound,
}If the search was unsuccessful.
Variants
IO(Error)Some std io Error occurred.
NotFoundThe directory requested was not found.