Trait rustc_trans::util::ppaux::UserStringUnstable [-] [+] [src]

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

Produces a string suitable for showing to the user.

Required Methods

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

Implementors