Trait rustc_borrowck::nll::ConstraintDescription

source ·
pub(crate) trait ConstraintDescription {
    // Required method
    fn description(&self) -> &'static str;
}

Required Methods§

source

fn description(&self) -> &'static str

Implementations on Foreign Types§

source§

impl<'tcx> ConstraintDescription for ConstraintCategory<'tcx>

source§

fn description(&self) -> &'static str

Implementors§