Macro args_choice

Source
macro_rules! args_choice {
    ( $only:expr ) => { ... };
    ( $head:expr, $($tail:expr),* $(,)* ) => { ... };
}