pub trait AsUtf8 {
    fn as_utf8(&self) -> &ChunkedArray<Utf8Type>;
}

Required Methods

Implementors