pub trait TDTextParseMode: Debug + RObject { }
Expand description

Describes the way the text needs to be parsed for TextEntities

Implementations on Foreign Types§

source§

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

source§

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

Implementors§