macro_rules! impl_annotated { ( $type:ident $(,)? ) => { ... }; ( $type:ident, $field:ident $(,)? ) => { ... }; }
Helper macro for implementing Annotated.