Macro custom_extra_property

Source
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.