Skip to main content

TDTMeUrlType

Trait TDTMeUrlType 

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

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

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, TMEURLTYPE: TDTMeUrlType> TDTMeUrlType for &'a TMEURLTYPE

Source§

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

Implementors§