Macro data_structure_traits::collection_count_args [] [src]

macro_rules! collection_count_args {
    () => { ... };
    ($x:expr) => { ... };
    ($head:expr, $($tail:expr),+) => { ... };
}