macro_rules! impl_wave_obj {
($ty:ty, $otype:expr) => { ... };
}Expand description
Macro that implements WaveObj for a struct that has standard fields:
oid: String, version: i64, meta: MetaMapType.
macro_rules! impl_wave_obj {
($ty:ty, $otype:expr) => { ... };
}Macro that implements WaveObj for a struct that has standard fields:
oid: String, version: i64, meta: MetaMapType.