Struct ark::models::voter::VotersResponse [] [src]

pub struct VotersResponse {
    pub success: bool,
    pub accounts: Option<Vec<Voter>>,
}

Fields

Trait Implementations

impl Debug for VotersResponse
[src]

[src]

Formats the value using the given formatter.