Trait polars_core::datatypes::AsRefDataType

source ·
pub trait AsRefDataType {
    // Required method
    fn as_ref_dtype(&self) -> &DataType;
}

Required Methods§

Implementors§