Struct globwalk::GlobError[][src]

pub struct GlobError(_);

Error from parsing globs.

Trait Implementations

impl Debug for GlobError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for GlobError
[src]

Performs the conversion.

impl From<GlobError> for Error
[src]

Performs the conversion.

impl Display for GlobError
[src]

Formats the value using the given formatter. Read more

impl Error for GlobError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for GlobError

impl Sync for GlobError