Type Definition http_problem::Result

source · []
pub type Result<T, E = Problem> = Result<T, E>;
Expand description

Convenience alias for functions that can error ouy with Problem.

Trait Implementations

Catch a specific error type E. Read more

Catch a NotFound and convert it to None. Read more

Converts this result to an internal error. Read more