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

Get CallbackQueryId from the type reference.

Required Methods§

Implementors§