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