CustomAttribute

Represents a custom attribute created using 'attr' function, e.g. "my-attribute".attr

struct CustomAttribute {
string name;
}

Meta