- API ›
- Constructors ›
- TextMarked
TextMarked
---types--- textMarked#034b8621 text:RichText = RichText
Belongs to
| RichText |
In Rust this constructor is a variant of the enums::RichText enum.
Match on it with: if let enums::RichText::TextMarked(v) = result { ... }
Parameters
| text | RichText | required |