FromBson

Trait FromBson 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl FromBson for Bson

Implementors§