pub trait AttributeCompatibilityRule<T: Attribute> {
// Required method
fn check_capability(&self, check: &mut CompatibilityCheck<'_, T>);
}Required Methods§
Sourcefn check_capability(&self, check: &mut CompatibilityCheck<'_, T>)
fn check_capability(&self, check: &mut CompatibilityCheck<'_, T>)
Check the capability of an attribute