pub trait RObject: Debug {
// Required method
fn to_json(&self) -> RTDResult<String>;
}
Expand description
All tdlib type abstract class defined the same behavior
pub trait RObject: Debug {
// Required method
fn to_json(&self) -> RTDResult<String>;
}
All tdlib type abstract class defined the same behavior