pub trait IntoProblem {
// Required method
fn into_problem(self) -> Problem;
}Expand description
Into a Problem.
Required Methods§
Sourcefn into_problem(self) -> Problem
fn into_problem(self) -> Problem
Into a Problem.
pub trait IntoProblem {
// Required method
fn into_problem(self) -> Problem;
}Into a Problem.
Into a Problem.