impl_msg_handle_for_variant

Macro impl_msg_handle_for_variant 

Source
macro_rules! impl_msg_handle_for_variant {
    ($name:ident;$handler:ident;$prefix:ident;$handler_trait:ident;$($msg:tt),*$(,)?) => { ... };
}