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§

Implementors§