- API ›
- Constructors ›
- Photos ›
- Photos
Photos
---types--- photos.photos#8dca6aa5 photos:Vector<Photo> users:Vector<User> = photos.Photos
Belongs to
| photos.Photos |
In Rust this constructor is a variant of the enums::photos.Photos enum.
Match on it with: if let enums::photos.Photos::Photos(v) = result { ... }