Trait ToStruct

Source
pub trait ToStruct: AsList {
    // Provided method
    fn to_struct(
        &self,
        args: &ListToStructArgs,
    ) -> Result<ChunkedArray<StructType>, PolarsError> { ... }
}

Provided Methods§

Implementors§