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

Consume itself and return Response.