pub type ApprovedProposals = BTreeMap<ProposalId, Funds>;

Aliased Type§

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

Fields§

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