[][src]Trait polars::datatypes::ToStr

pub trait ToStr {
    fn to_str(&self) -> &'static str;
}

Required methods

fn to_str(&self) -> &'static str

Loading content...

Implementors

impl ToStr for ArrowDataType[src]

Loading content...