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

Required Methods

Implementors