[][src]Trait rbatis_core::convert::JsonCodec

pub trait JsonCodec {
    pub fn try_to_json(self) -> Result<Value>;
}

json convert

Required methods

pub fn try_to_json(self) -> Result<Value>[src]

to an json value

Loading content...

Implementations on Foreign Types

impl<'r> JsonCodec for MySqlValueRef<'r>[src]

impl<'c> JsonCodec for PgValueRef<'c>[src]

impl<'c> JsonCodec for SqliteValueRef<'c>[src]

impl<'r> JsonCodec for MssqlValueRef<'r>[src]

Loading content...

Implementors

Loading content...