- API ›
- Constructors ›
- TextConcat
TextConcat
---types--- textConcat#7e6260d7 texts:Vector<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::TextConcat(v) = result { ... }