Home
last modified time | relevance | path

Searched defs:AndThenRows (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rusqlite/src/
Drow.rs157 pub struct AndThenRows<'stmt, F> { struct
162 impl<'stmt, T, E, F> AndThenRows<'stmt, F> impl
171 impl<T, E, F> Iterator for AndThenRows<'_, F> implementation