option

Macro option 

Source
macro_rules! option {
    ($args:ident : $($type:ident => $value:ident $body:block),+) => { ... };
}