Struct chalk_ir::debug::SeparatorTraitRef [−][src]
pub struct SeparatorTraitRef<'me, I: Interner> {
pub trait_ref: &'me TraitRef<I>,
pub separator: &'me str,
}Expand description
Trait ref with associated separator used for debug output.
Fields
trait_ref: &'me TraitRef<I>The TraitRef itself.
separator: &'me strThe separator used for displaying the TraitRef.
Implementations
Show debug output for the SeperatorTraitRef.