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.
The Path that the error corresponds to.
Formats the value using the given formatter. Read more
The lower-level cause of this error, if any. Read more
Formats the value using the given formatter. Read more
Converts the given value to a String
. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Mutably borrows from an owned value. Read more
[+]
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static