Trait polars::prelude::IntoLazy[][src]

pub trait IntoLazy {
    fn lazy(self) -> LazyFrame;
}

Required methods

Implementors