Trait polars_core::chunked_array::object::PolarsObject [−][src]
pub trait PolarsObject: Any + Debug + Clone + Send + Sync + Default + Display { fn type_name() -> &'static str; }
This is supported on crate feature
object
only.