Macro include_sqlite_sql::bind_args
source · [−]macro_rules! bind_args {
($head:ident $($tail:ident)* => $stmt:ident $idx:expr) => { ... };
(=> $stmt:ident $idx:expr) => { ... };
}
macro_rules! bind_args {
($head:ident $($tail:ident)* => $stmt:ident $idx:expr) => { ... };
(=> $stmt:ident $idx:expr) => { ... };
}