macro_rules! define_id_getter {
($t:ty) => { ... };
}
Expand description
Implement the HasID
trait for the given type, assuming it has a field called id
macro_rules! define_id_getter {
($t:ty) => { ... };
}
Implement the HasID
trait for the given type, assuming it has a field called id