Trait mule::DatasetValue[][src]

pub trait DatasetValue<C>: Debug + Clone + PartialEq + Send + Sync {
    fn get_column_type(&self) -> C;
}

Required methods

fn get_column_type(&self) -> C[src]

Loading content...

Implementors

Loading content...