Trait rustc_infer::traits::FromSolverError

source ·
pub trait FromSolverError<'tcx, E>: Debug + 'tcx {
    // Required method
    fn from_solver_error(infcx: &InferCtxt<'tcx>, error: E) -> Self;
}

Required Methods§

source

fn from_solver_error(infcx: &InferCtxt<'tcx>, error: E) -> Self

Object Safety§

This trait is not object safe.

Implementors§