rustc_borrowck::nll

Trait 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§