Trait polars_sqlite::IntoAnyValueVec

source ·
pub trait IntoAnyValueVec<'a> {
    // Required method
    fn into_vec(self) -> Vec<AnyValue<'a>>;
}
Expand description

trait IntoAnyValueVec

Required Methods§

source

fn into_vec(self) -> Vec<AnyValue<'a>>

Implementors§

source§

impl<'a> IntoAnyValueVec<'a> for StTester<'a>