pub trait TDTMeUrlType: Debug + RObject { }
Expand description

Describes the type of a URL linking to an internal Telegram entity

Implementations on Foreign Types§

source§

impl<'a, TMEURLTYPE: TDTMeUrlType> TDTMeUrlType for &'a mut TMEURLTYPE

source§

impl<'a, TMEURLTYPE: TDTMeUrlType> TDTMeUrlType for &'a TMEURLTYPE

Implementors§