macro_rules! impl_datum_type_copy {
($lt:lifetime, $native:ty, $variant:ident) => { ... };
($native:ty, $variant:ident) => { ... };
}
Expand description
Macro to derive DatumType for all Datum variants that are simple Copy types
macro_rules! impl_datum_type_copy {
($lt:lifetime, $native:ty, $variant:ident) => { ... };
($native:ty, $variant:ident) => { ... };
}
Macro to derive DatumType for all Datum variants that are simple Copy types