Type Alias diesel::connection::LoadRowIter
source ยท pub type LoadRowIter<'conn, 'query, C, DB, B = DefaultLoadingMode> = <C as ConnectionGatWorkaround<'conn, 'query, DB, B>>::Cursor;
Expand description
Return type of LoadConnection::load
.
Users should threat this type as impl Iterator<Item = QueryResult<impl Row<DB>>>