pub trait ToChatRef {
// Required method
fn to_chat_ref(&self) -> ChatRef;
}Expand description
Get ChatRef from the type reference.
pub trait ToChatRef {
// Required method
fn to_chat_ref(&self) -> ChatRef;
}Get ChatRef from the type reference.