Type Definition diesel::query_dsl::methods::LoadRet

source ·
pub type LoadRet<'conn, 'query, Q, C, U, B = DefaultLoadingMode> = <Q as LoadQueryGatWorkaround<'conn, 'query, C, U, B>>::Ret;
Expand description

The return type of LoadQuery<C, U>::internal_load()

Users should thread this type as impl Iterator<Item = QueryResult<U>>