Struct chalk_ir::debug::SeparatorTraitRefDebug
source · pub struct SeparatorTraitRefDebug<'a, 'me, I: Interner> {
separator_trait_ref: &'a SeparatorTraitRef<'me, I>,
interner: I,
}
Expand description
Helper struct for showing debug output for the SeperatorTraitRef
.
Fields§
§separator_trait_ref: &'a SeparatorTraitRef<'me, I>
§interner: I