Module polars::chunked_array::object  
source · Available on crate feature 
object only.Modules§
- This is a heap allocated utility that can be used to register an object type. That object type will know its own generic type parameterTand callers can simply send&Anyvalues and don’t have to know the generic type themselves.
Structs§
Traits§
- Values need to implement this so that they can be stored into a Series and DataFrame
- Trimmed down object safe polars object