Skip to main content

TDTextParseMode

Trait TDTextParseMode 

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

Describes the way the text needs to be parsed for TextEntities

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, TEXTPARSEMODE: TDTextParseMode> TDTextParseMode for &'a TEXTPARSEMODE

Source§

impl<'a, TEXTPARSEMODE: TDTextParseMode> TDTextParseMode for &'a mut TEXTPARSEMODE

Implementors§