pub trait JsonCodec {
    fn try_to_bson(self) -> Result<Bson>;
}
Expand description

json convert

Required Methods

to an json value

Implementations on Foreign Types

Implementors