Trait rtdlib::types::RObject[][src]

pub trait RObject: Debug {
    fn to_json(&self) -> RTDResult<String>;
}
Expand description

All tdlib type abstract class defined the same behavior

Required methods

Return td type to json string

Implementations on Foreign Types

Implementors