Trait polars_core::chunked_array::object::PolarsObjectSafe[][src]

pub trait PolarsObjectSafe: Any + Debug + Send + Sync + Display {
    fn type_name(&self) -> &'static str
    where
        Self: Sized
; }
This is supported on crate feature object only.
Expand description

Trimmed down object safe polars object

Required methods

Implementors