Trait rbatis_core::convert::RefJsonCodec [−][src]
pub trait RefJsonCodec {
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