pub type TicketsDistribution = BTreeMap<CommunityAdvisor, u64>;

Aliased Type§

struct TicketsDistribution {
    root: Option<NodeRef<Owned, String, u64, LeafOrInternal>>,
    length: usize,
    pub(super) alloc: ManuallyDrop<Global>,
    _marker: PhantomData<Box<(String, u64), Global>>,
}

Fields§

§root: Option<NodeRef<Owned, String, u64, LeafOrInternal>>§length: usize§alloc: ManuallyDrop<Global>§_marker: PhantomData<Box<(String, u64), Global>>