ShrinkType

Trait ShrinkType 

Source
pub trait ShrinkType {
    // Required method
    fn shrink_type(&self) -> Result<Series, PolarsError>;
}

Required Methods§

Implementors§