Macro extism_runtime::args
source · macro_rules! args {
($input:expr, $index:expr, $ty:ident) => { ... };
($input:expr, $(($index:expr, $ty:ident)),*$(,)?) => { ... };
}macro_rules! args {
($input:expr, $index:expr, $ty:ident) => { ... };
($input:expr, $(($index:expr, $ty:ident)),*$(,)?) => { ... };
}