- API ›
- Constructors ›
- TextEmpty
TextEmpty
---types--- textEmpty#dc3d824f = RichText
Belongs to
| RichText |
In Rust this constructor is a variant of the enums::RichText enum.
Match on it with: if let enums::RichText::TextEmpty(v) = result { ... }
Parameters
This item has no parameters.