Trait rust_tdlib::types::TDJsonValue[][src]

pub trait TDJsonValue: Debug + RObject { }
Expand description

Represents a JSON value

Implementations on Foreign Types

impl<'a, JSONVALUE: TDJsonValue> TDJsonValue for &'a JSONVALUE[src]

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

Implementors