Trait quackdb_internal::conversion::IntoDuckDb
source · pub trait IntoDuckDbwhere
Self: ToDuckDbType,{
// Required method
fn into_duckdb(self) -> Self::DuckDbRepresentation;
}
Required Methods§
sourcefn into_duckdb(self) -> Self::DuckDbRepresentation
fn into_duckdb(self) -> Self::DuckDbRepresentation
Object Safety§
This trait is not object safe.