Trait polars_ops::chunked_array::strings::AsString

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

Required Methods§

Implementations on Foreign Types§

source§

impl AsString for StringChunked

Implementors§