Skip to main content

TDKeyboardButtonType

Trait TDKeyboardButtonType 

Source
pub trait TDKeyboardButtonType: Debug + RObject { }
Expand description

Describes a keyboard button type

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<'a, KEYBOARDBUTTONTYPE: TDKeyboardButtonType> TDKeyboardButtonType for &'a KEYBOARDBUTTONTYPE

Source§

impl<'a, KEYBOARDBUTTONTYPE: TDKeyboardButtonType> TDKeyboardButtonType for &'a mut KEYBOARDBUTTONTYPE

Implementors§