Trait rustc_borrowck::nll::ConstraintDescription
source · [−]pub(crate) trait ConstraintDescription {
fn description(&self) -> &'static str;
}
Required Methods
source
pub(crate) trait ConstraintDescription {
fn description(&self) -> &'static str;
}