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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl AnyhowIntoProblem for Error

Implementors§