Struct rorm_db::executor::AffectedRows
source · pub struct AffectedRows;
Expand description
QueryStrategy
returning how many rows have been affected by the query
type Result<'result> = impl Future<Output = Result<u64, Error>>