pub trait OptionErrorToProblem {
    fn to_problem(self) -> Problem;
}
Expand description

Option of T that has Display or ToString implemented can be converted to Problem that displays for None variant

Required Methods§

Implementations on Foreign Types§

Implementors§