pub trait ToSourceChat {
// Required method
fn to_source_chat(&self) -> ChatId;
}Expand description
Get source ChatId from the type reference.
Required Methods§
fn to_source_chat(&self) -> ChatId
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".