pub trait RefJsonCodec {
    fn try_to_bson(&self, decoder: &dyn DataDecoder) -> Result<Bson>;
}
Expand description

json convert

Required Methods

to an json value

Implementations on Foreign Types

Implementors