Macro gen_new

Source
macro_rules! gen_new {
    ($r:ident, $($field:ident : $field_type:ty),*) => { ... };
}