handle_opt

Macro handle_opt 

Source
macro_rules! handle_opt {
    ($option:expr, $variant:ident$(,)? $($arg:ident$(: $value:expr)?),*) => { ... };
}
Expand description

See also: handle_opt_take!