pub type ElectedAuthors<T> = Vec<Author<T>>;Expand description
A list of authors selected by an election round.
Represents the final election output returned by the configured election model.
Aliased Typeยง
pub struct ElectedAuthors<T> { /* private fields */ }