Skip to main content

ToCallbackQueryId

Trait ToCallbackQueryId 

Source
pub trait ToCallbackQueryId {
    // Required method
    fn to_callback_query_id(&self) -> CallbackQueryId;
}
Expand description

Get CallbackQueryId from the type reference.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§