Type Definition poem::error::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

A specialized Result type for Poem.

Trait Implementations

The error type of this extractor. Read more

Perform the extraction.