Trait rustc::util::ppaux::ReprExperimental [-]  [+] [src]

pub trait Repr<'tcx>: ?Sized {
    fn repr(&self, tcx: &ctxt<'tcx>) -> String;
}

Produces a string suitable for debugging output.

Required Methods

fn repr(&self, tcx: &ctxt<'tcx>) -> String

Implementors