macro_rules! attribute {
    ($v:vis $dialect:ty [$name:ident : $output:ty] => | $value:ident | $($code:tt)* ) => { ... };
}
Expand description

Implements the Attribute trait for an attribute/field of a dialect.