pub type Result<T> = Result<T, &'static str>;
Expand description

Alias for the result type of the election data provider.