- API ›
- Constructors ›
- PhotoSizeEmpty
PhotoSizeEmpty
---types--- photoSizeEmpty#0e17e23c type:string = PhotoSize
Belongs to
| PhotoSize |
In Rust this constructor is a variant of the enums::PhotoSize enum.
Match on it with: if let enums::PhotoSize::PhotoSizeEmpty(v) = result { ... }
Parameters
| type | string | required |