ShrinkType

Trait ShrinkType 

Source
pub trait ShrinkType {
    // Required method
    fn shrink_type(&self) -> Result<Series, PolarsError>;
}
Available on crate feature polars-ops only.

Required Methods§

Implementors§