Trait diesel::row::RowGatWorkaround
source · pub trait RowGatWorkaround<'a, DB: Backend> {
type Field: Field<'a, DB>;
}
Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes
only.Expand description
A helper trait to indicate the life time bound for a field returned
by Row::get