Trait rbatis::AsProxy[][src]

pub trait AsProxy {
    fn into_proxy(self) -> Value<'static>;
fn as_proxy(&self) -> Value<'_>;
fn as_sql(&self) -> String; }
Expand description

convert serde_json::Value to Value

Required methods

Implementations on Foreign Types

Implementors