[][src]Trait telegram_bot_raw::types::refs::ToCallbackQueryId

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

Get CallbackQueryId from the type reference.

Required methods

Loading content...

Implementors

impl ToCallbackQueryId for CallbackQuery[src]

impl<S> ToCallbackQueryId for S where
    S: Deref,
    S::Target: ToCallbackQueryId
[src]

Loading content...