- API ›
- Constructors ›
- PageCaption
PageCaption
---types--- pageCaption#6f747657 text:RichText credit:RichText = PageCaption
Belongs to
| PageCaption |
In Rust this constructor is a variant of the enums::PageCaption enum.
Match on it with: if let enums::PageCaption::PageCaption(v) = result { ... }