ToChatRef

Trait ToChatRef 

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

Get ChatRef from the type reference.

Required Methods§

Implementors§