Searched refs:tuples_try_from_row (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/rusqlite/src/ |
D | row.rs | 395 macro_rules! tuples_try_from_row { macro 402 tuples_try_from_row!($($remaining),*); 406 tuples_try_from_row!(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
|