Trait gdb_mi::ToJsonValue [] [src]

pub trait ToJsonValue {
    fn to_JsonValue<'a>(&self) -> Result<Value, Error>
    where
        Self: Serialize + Deserialize<'a>
, { ... } }

Provided Methods

Convert to serde Json Value.

Implementors