Skip to main content

AnyhowIntoProblem

Trait AnyhowIntoProblem 

Source
pub trait AnyhowIntoProblem {
    // Required method
    fn into_problem(self) -> Problem;
}
Available on crate feature anyhow only.
Expand description

Into problem.

Required Methods§

Source

fn into_problem(self) -> Problem

Into problem.

Implementations on Foreign Types§

Source§

impl AnyhowIntoProblem for Error

Implementors§