usestd::any::Any;pubmodcast;pubmodpartitions;modschema;pubusecast::*;pubuseschema::*;/// A trait for all kernel types that are used as part of data checking
pubtraitDataCheck{/// The name of the specific check
fnget_name(&self)->&str;/// The SQL expression to use for the check
fnget_expression(&self)->&str;fnas_any(&self)->&dyn Any;}