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

Required Methods

Implementations on Foreign Types

Implementors