pub trait CanGetChat {
// Required method
fn get_chat(&self) -> GetChat;
}Expand description
Get up to date information about the chat.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".