- API ›
- Constructors ›
- PhotoPathSize
PhotoPathSize
---types--- photoPathSize#d8214d41 type:string bytes:bytes = PhotoSize
Belongs to
| PhotoSize |
In Rust this constructor is a variant of the enums::PhotoSize enum.
Match on it with: if let enums::PhotoSize::PhotoPathSize(v) = result { ... }