pub type Result<T, E = Problem> = Result<T, E>;
Convenience alias for functions that can error ouy with Problem.
Problem
Catch a specific error type E. Read more
E
Catch a NotFound and convert it to None. Read more
NotFound
None
Converts this result to an internal error. Read more