Macro impl_to_prost

Source
macro_rules! impl_to_prost {
    ($( { $convention:ident, $name:ident }),*) => { ... };
}
Expand description

impl ToPb nodes which have impl ToBatchPb and ToStreamPb.