Struct glob::GlobError
[−]
[src]
pub struct GlobError { // some fields omitted }
A glob iteration error.
This is typically returned when a particular path cannot be read to determine if its contents match the glob pattern. This is possible if the program lacks the permissions, for example.
Methods
impl GlobError
fn path(&self) -> &Path
The Path that the error corresponds to.
fn error(&self) -> &Error
The error in question.