pub type ForeignIds = BTreeMap<Identifier, ForeignDefId<ChalkIr>>;

Aliased Type§

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

Fields§

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