pub type Result<T, E = Problem> = Result<T, E>;
Convenience alias for functions that can error ouy with Problem.
Problem
E
NotFound
None