- API ›
- Constructors ›
- PhotoSize
PhotoSize
---types--- photoSize#75c78e60 type:string w:int h:int size:int = PhotoSize
Belongs to
| PhotoSize |
In Rust this constructor is a variant of the enums::PhotoSize enum.
Match on it with: if let enums::PhotoSize::PhotoSize(v) = result { ... }