Trait diesel::row::RowGatWorkaround
source · pub trait RowGatWorkaround<'a, DB: Backend> {
type Field: Field<'a, DB>;
}
Expand description
A helper trait to indicate the life time bound for a field returned
by Row::get
pub trait RowGatWorkaround<'a, DB: Backend> {
type Field: Field<'a, DB>;
}
A helper trait to indicate the life time bound for a field returned
by Row::get