Struct mould::session::ExtractError [] [src]

pub struct ExtractError<'a> { /* fields omitted */ }

Trait Implementations

impl<'a> Debug for ExtractError<'a>
[src]

Formats the value using the given formatter.

impl<'a> Error for ExtractError<'a>
[src]

A short description of the error. Read more

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

impl<'a> Display for ExtractError<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a str> for ExtractError<'a>
[src]

Performs the conversion.