Type Definition 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>>>