Macro define_from_tonic_status

Source
macro_rules! define_from_tonic_status {
    ($Error: ty, $Variant: ident) => { ... };
}