Struct gotham::router::request::path::FromRequestPathError [] [src]

pub struct FromRequestPathError { /* fields omitted */ }

Represents an error in coverting a segment(s) from a Request path into a type safe value.

Deliberately kept generic as implementations of FromRequestPath cannot be known in advance.

Trait Implementations

impl Debug for FromRequestPathError
[src]

Formats the value using the given formatter.

impl Display for FromRequestPathError
[src]

Formats the value using the given formatter. Read more

impl Error for FromRequestPathError
[src]

A short description of the error. Read more

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

impl From<ParseIntError> for FromRequestPathError
[src]

Performs the conversion.

impl From<ParseFloatError> for FromRequestPathError
[src]

Performs the conversion.

impl From<ParseBoolError> for FromRequestPathError
[src]

Performs the conversion.

impl From<ParseError> for FromRequestPathError
[src]

Performs the conversion.