pub trait ToChatRef {
    fn to_chat_ref(&self) -> ChatRef;
}
Expand description

Get ChatRef from the type reference.

Required Methods§

Implementors§