Macro bit_struct::count_idents [−][src]
macro_rules! count_idents {
($on : expr, [$head : ident $(, $xs : ident) *]) => { ... };
($on : expr, []) => { ... };
}macro_rules! count_idents {
($on : expr, [$head : ident $(, $xs : ident) *]) => { ... };
($on : expr, []) => { ... };
}