pub trait SupportsReturningClause { }
Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes
only.Expand description
A marker trait indicating if a RETURNING
clause is supported or not
If you use custom type to specify specialized support for RETURNING
clauses
implementing this trait opts in supporting RETURNING
clause syntax