fn is_attr_template_compatible(
    template: &AttributeTemplate,
    meta: &MetaItemKind,
) -> boolExpand description
Checks that the given meta-item is compatible with this AttributeTemplate.
fn is_attr_template_compatible(
    template: &AttributeTemplate,
    meta: &MetaItemKind,
) -> boolChecks that the given meta-item is compatible with this AttributeTemplate.