pub type CoroutineIds = BTreeMap<Identifier, CoroutineId<ChalkIr>>;

Aliased Type§

struct CoroutineIds {
    root: Option<NodeRef<Owned, Atom<EmptyStaticAtomSet>, CoroutineId<ChalkIr>, LeafOrInternal>>,
    length: usize,
    pub(super) alloc: ManuallyDrop<Global>,
    _marker: PhantomData<Box<(Atom<EmptyStaticAtomSet>, CoroutineId<ChalkIr>)>>,
}

Fields§

§root: Option<NodeRef<Owned, Atom<EmptyStaticAtomSet>, CoroutineId<ChalkIr>, LeafOrInternal>>§length: usize§alloc: ManuallyDrop<Global>§_marker: PhantomData<Box<(Atom<EmptyStaticAtomSet>, CoroutineId<ChalkIr>)>>