pub type AssociatedTyLookups = BTreeMap<(TraitId<ChalkIr>, Identifier), AssociatedTyLookup>;

Aliased Type§

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

Fields§

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