impl_annotated

Macro impl_annotated 

Source
macro_rules! impl_annotated {
    ( $type:ident $(,)? ) => { ... };
    ( $type:ident, $field:ident $(,)? ) => { ... };
}
Expand description

Helper macro for implementing Annotated.