Macro musli_tests::check_length
source · macro_rules! check_length { ({@nolen $($tail:tt)*}, $item:item) => { ... }; ({$head:tt $($tail:tt)*}, $item:item) => { ... }; ({}, $item:item) => { ... }; }
macro_rules! check_length { ({@nolen $($tail:tt)*}, $item:item) => { ... }; ({$head:tt $($tail:tt)*}, $item:item) => { ... }; ({}, $item:item) => { ... }; }