Macro add_message_trait_method

Source
macro_rules! add_message_trait_method {
    ($methods:ident, $target:ty, $wrapper:ty) => { ... };
}