Macro structure

Source
macro_rules! structure {
    ($name:expr ; call $body_fn:expr) => { ... };
    ($name:expr ; $body:expr) => { ... };
    ($name:expr) => { ... };
}