StatusExt

Trait StatusExt 

Source
pub trait StatusExt {
    // Required methods
    fn is_final(&self) -> bool;
    fn been_committed(&self) -> bool;
}

Required Methods§

Source

fn is_final(&self) -> bool

Source

fn been_committed(&self) -> bool

Implementors§