macro_rules! generate_id_type {
($struct_name:ident) => { ... };
}
Expand description
Macro to create an ID to be used by an ObjectStore
macro_rules! generate_id_type {
($struct_name:ident) => { ... };
}
Macro to create an ID to be used by an ObjectStore