pub trait LogicDelete:
Send
+ Sync
+ Debug {
// Required methods
fn is_exclusion_table(&self, table_name: &str) -> bool;
fn column(&self) -> &str;
fn deleted(&self) -> i16;
fn un_deleted(&self) -> i16;
}Required Methods§
Sourcefn is_exclusion_table(&self, table_name: &str) -> bool
fn is_exclusion_table(&self, table_name: &str) -> bool
the name
Sourcefn un_deleted(&self) -> i16
fn un_deleted(&self) -> i16
un deleted data,must be i16