1use problem_details::ProblemDetails; 2 3pub trait IntoProblemDetails { 4 fn into_problemdetails(&self) -> ProblemDetails; 5}