Trait rbatis_core::convert::JsonCodec [−][src]
pub trait JsonCodec {
fn try_to_json(self) -> Result<Value>;
}Expand description
json convert
Required methods
fn try_to_json(self) -> Result<Value>
fn try_to_json(self) -> Result<Value>
to an json value