pub trait AttributeCompatibilityRule<T>where
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