macro_rules! impl_to_prost {
($( { $convention:ident, $name:ident }),*) => { ... };
}
Expand description
impl ToPb
nodes which have impl ToBatchPb
and ToStreamPb
.
macro_rules! impl_to_prost {
($( { $convention:ident, $name:ident }),*) => { ... };
}
impl ToPb
nodes which have impl ToBatchPb
and ToStreamPb
.