Macro scaffold

Source
macro_rules! scaffold {
    (pub struct $name:ident { $($field:ident: $type:ty),* $(,)? }) => { ... };
}