macro_rules! attribute { ($v:vis $dialect:ty [$name:ident : $output:ty] => | $value:ident | $($code:tt)* ) => { ... }; }
Implements the Attribute trait for an attribute/field of a dialect.
Attribute