Trait polars::prelude::PolarsObject
source · pub trait PolarsObject: Any + Debug + Clone + Send + Sync + Default + Display + Hash + TotalHash + PartialEq + Eq + TotalEq {
// Required method
fn type_name() -> &'static str;
}
Expand description
Values need to implement this so that they can be stored into a Series and DataFrame
Required Methods§
Object Safety§
This trait is not object safe.