Type Definition diesel::row::FieldRet

source ·
pub type FieldRet<'a, R, DB> = <R as RowGatWorkaround<'a, DB>>::Field;
Expand description

Return type of Row::get

Users should threat this as opaque impl Field<DB> type.