pub trait AsList {
    fn as_list(&self) -> &ListChunked;
}

Required Methods§

Implementations on Foreign Types§

Implementors§