- API ›
- Constructors ›
- PhotoSizeProgressive
PhotoSizeProgressive
---types--- photoSizeProgressive#fa3efb95 type:string w:int h:int sizes:Vector<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::PhotoSizeProgressive(v) = result { ... }