Trait rustc_borrowck::nll::ConstraintDescription[][src]

pub(crate) trait ConstraintDescription {
    fn description(&self) -> &'static str;
}

Required methods

Implementations on Foreign Types

Implementors