macro_rules! custom_extra_property {
($name:ident typeof $type:ty $(: $gen:ident)?) => { ... };
}Expand description
A macro to define a custom property on crate::models::Extras.
macro_rules! custom_extra_property {
($name:ident typeof $type:ty $(: $gen:ident)?) => { ... };
}A macro to define a custom property on crate::models::Extras.