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§