Skip to main content

IntoLazy

Trait IntoLazy 

Source
pub trait IntoLazy {
    // Required method
    fn lazy(self) -> LazyFrame;
}

Required Methods§

Source

fn lazy(self) -> LazyFrame

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoLazy for DataFrame

Source§

fn lazy(self) -> LazyFrame

Convert the DataFrame into a LazyFrame

Implementors§