- API ›
- Constructors ›
- PollAnswerVoters
PollAnswerVoters
---types--- pollAnswerVoters#3645230a chosen:flags.0?true correct:flags.1?true option:bytes voters:flags.2?int recent_voters:flags.2?Vector<Peer> = PollAnswerVoters
Belongs to
| PollAnswerVoters |
In Rust this constructor is a variant of the enums::PollAnswerVoters enum.
Match on it with: if let enums::PollAnswerVoters::PollAnswerVoters(v) = result { ... }