pub trait TDInputSticker: Debug + RObject { }
Expand description

Describes a sticker that needs to be added to a sticker set

Implementations on Foreign Types§

source§

impl<'a, INPUTSTICKER: TDInputSticker> TDInputSticker for &'a mut INPUTSTICKER

source§

impl<'a, INPUTSTICKER: TDInputSticker> TDInputSticker for &'a INPUTSTICKER

Implementors§