Trait TDJsonValue

Source
pub trait TDJsonValue: Debug + RObject { }
Expand description

Represents a JSON value

Implementations on Foreign Types§

Source§

impl<'a, JSONVALUE: TDJsonValue> TDJsonValue for &'a JSONVALUE

Source§

impl<'a, JSONVALUE: TDJsonValue> TDJsonValue for &'a mut JSONVALUE

Implementors§