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