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