pub trait IoErrorExt {
    fn is_not_a_directory(&self) -> bool;
}
Expand description

Implementation of ErrorKind::NotADirectory that doesn’t require Nightly

Required Methods

Is this io::ErrorKind::NotADirectory ?

Implementations on Foreign Types

Implementors