pub type Returning<Q, S> = <Q as ReturningClauseHelper<S>>::WithReturning;
Expand description
Represents the return type of
InsertStatement::returning
,
UpdateStatement::returning
and
DeleteStatement::returning
pub type Returning<Q, S> = <Q as ReturningClauseHelper<S>>::WithReturning;
Represents the return type of
InsertStatement::returning
,
UpdateStatement::returning
and
DeleteStatement::returning