pub type VoteOptionsMap = HashMap<String, u8>;

Aliased Type§

struct VoteOptionsMap {
    base: HashMap<String, u8, RandomState, Global>,
}

Fields§

§base: HashMap<String, u8, RandomState, Global>