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.

Wrap an impl IntoResponse to add a header.

Wrap an impl IntoResponse to set a status code.

Wrap an impl IntoResponse to set a body.