Enum finchers_http::path::ParseMatchError [] [src]

pub enum ParseMatchError {
    EmptyString,
}

Variants

Trait Implementations

impl Debug for ParseMatchError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for ParseMatchError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ParseMatchError
[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

Auto Trait Implementations