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.
pub type FieldRet<'a, R, DB> = <R as RowGatWorkaround<'a, DB>>::Field;
Return type of Row::get
Users should threat this as opaque impl Field<DB>
type.