[][src]Trait vemigrate::MigrationRow

pub trait MigrationRow {
    fn id(&self) -> u64;
fn is_up(&self) -> bool; }

Required methods

fn id(&self) -> u64

fn is_up(&self) -> bool

Loading content...

Implementors

Loading content...