Trait DFCapable

Source
pub trait DFCapable {
    // Required method
    fn try_get_column(&self, col_name: &str) -> &dyn SeriesCapable;
}

Required Methods§

Source

fn try_get_column(&self, col_name: &str) -> &dyn SeriesCapable

Implementors§