pub trait ResultOptionToProblem<O> {
    fn map_problem(self) -> Result<O, Problem>;
}
Expand description

Mapping Result with Option to Result with Problem

Required Methods§

Implementations on Foreign Types§

Implementors§