Skip to main content

TDTextEntityType

Trait TDTextEntityType 

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

Represents a part of the text which must be formatted differently

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, TEXTENTITYTYPE: TDTextEntityType> TDTextEntityType for &'a TEXTENTITYTYPE

Source§

impl<'a, TEXTENTITYTYPE: TDTextEntityType> TDTextEntityType for &'a mut TEXTENTITYTYPE

Implementors§