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