Skip to main content

expect_args

Macro expect_args 

Source
macro_rules! expect_args {
    ($args:expr, $( $ty:ty ),* $(,)?) => { ... };
}