Trait polars::prelude::PolarsObject[][src]

pub trait PolarsObject: Any + Debug + Clone + Send + Sync + Default + Display {
    fn type_name() -> &'static str;
}

Required methods

Implementors