Macro include_sqlite_sql::num_args
source · [−]macro_rules! num_args {
() => { ... };
(: $head:ident $($tail:tt)*) => { ... };
(# $head:ident $($tail:tt)*) => { ... };
}
macro_rules! num_args {
() => { ... };
(: $head:ident $($tail:tt)*) => { ... };
(# $head:ident $($tail:tt)*) => { ... };
}