Function rcir::run_election[][src]

pub fn run_election<'a, Iter1, SubIter: IntoIterator + 'a, Vobj: 'a + Eq + Hash>(
    voters: &'a Iter1
) -> Result<ElectionResult<Vobj>, ElectionError> where
    &'a Iter1: IntoIterator<Item = &'a SubIter>,
    &'a SubIter: IntoIterator<Item = &'a Vobj>,