pub type ProposalsReviews = BTreeMap<ProposalId, Vec<AdvisorReviewRow>>;

Aliased Type§

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

Fields§

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