Skip to main content

IntoDf

Trait IntoDf 

Source
pub trait IntoDf {
    // Required method
    fn to_df(&self) -> &DataFrame;
}

Required Methods§

Source

fn to_df(&self) -> &DataFrame

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl IntoDf for DataFrame

Source§

fn to_df(&self) -> &DataFrame

Implementors§