Struct glob::GlobError [] [src]

pub struct GlobError { /* 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
[src]

The Path that the error corresponds to.

The error in question.

Trait Implementations

impl Debug for GlobError
[src]

Formats the value using the given formatter.

impl Error for GlobError
[src]

A short description of the error. Read more

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

impl Display for GlobError
[src]

Formats the value using the given formatter. Read more