Trait rustc::util::ppaux::UserString[src]

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

Produces a string suitable for showing to the user.

Required Methods

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

Implementors