polars_ops::chunked_array::strings

Trait AsString

Source
pub trait AsString {
    // Required method
    fn as_string(&self) -> &StringChunked;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl AsString for StringChunked

Implementors§