[][src]Trait sqlx_core::done::Done

pub trait Done: 'static + Sized + Send + Sync + Default + Extend<Self> {
    type Database: Database;
    fn rows_affected(&self) -> u64;
}

Associated Types

Loading content...

Required methods

fn rows_affected(&self) -> u64

Returns the number of rows affected by an UPDATE, INSERT, or DELETE.

Loading content...

Implementors

Loading content...