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