pub trait PolarsObjectSafe: Any + Debug + Send + Sync + Display {
    fn type_name(&self) -> &'static str;
}
Expand description

Trimmed down object safe polars object

Required methods

Implementors