macro_rules! impl_primitive_for_others {
($({ $scalar_type:ty, $array_type_pb:ident, $array_impl_variant:ident } ),*) => { ... };
}Expand description
These types have to_protobuf and implement Hash.
macro_rules! impl_primitive_for_others {
($({ $scalar_type:ty, $array_type_pb:ident, $array_impl_variant:ident } ),*) => { ... };
}These types have to_protobuf and implement Hash.