[][src]Trait iml_wire_types::ToJsonValue

pub trait ToJsonValue {
    fn to_json_value(&self) -> Result<Value, String>;
}

Required methods

Loading content...

Implementors

impl<T: Serialize> ToJsonValue for T[src]

Loading content...