Struct mount::NoMatch [] [src]

pub struct NoMatch;

The error returned by Mount when a request doesn't match any mounted handlers.

Trait Implementations

impl Debug for NoMatch
[src]

[src]

Formats the value using the given formatter.

impl Error for NoMatch
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for NoMatch
[src]

[src]

Formats the value using the given formatter. Read more