Trait CategoricalPhysicalDtypeExt

Source
pub trait CategoricalPhysicalDtypeExt {
    // Required method
    fn dtype(&self) -> DataType;
}

Required Methods§

Source

fn dtype(&self) -> DataType

Implementors§