pub trait DataCheck {
// Required methods
fn get_name(&self) -> &str;
fn get_expression(&self) -> &str;
}
Expand description
A trait for all kernel types that are used as part of data checking
Required Methods§
Sourcefn get_expression(&self) -> &str
fn get_expression(&self) -> &str
The SQL expression to use for the check