pub trait FromBson {
// Required method
fn to_sql_value(
&self,
dialect: Option<&DialectEnum>,
) -> Result<SqlValue, Error>;
}pub trait FromBson {
// Required method
fn to_sql_value(
&self,
dialect: Option<&DialectEnum>,
) -> Result<SqlValue, Error>;
}