trait HirLowerGenerated: HirLower {
    type Kind: Clone;

    fn generated(
        ctx: &mut LoweringCtxt,
        origin: NodeParent,
        kind: Self::Kind
    ) -> Idx<Self>; }

Required Associated Types§

Required Methods§

Implementors§