diesel
1.4.8
Supports
Returning
Clause
Implementors
In diesel::
backend
diesel
::
backend
Trait
SupportsReturningClause
Copy item path
Source
pub trait SupportsReturningClause { }
Expand description
Does this backend support
RETURNING
clauses?
Implementors
§
Source
§
impl
SupportsReturningClause
for
Pg