Trait odbc_api_helper::executor::statement::SqlValue
source · pub trait SqlValue {
fn to_value(self) -> Either<Box<dyn InputParameter>, ()>;
}pub trait SqlValue {
fn to_value(self) -> Either<Box<dyn InputParameter>, ()>;
}