Trait rustc::middle::astencode::get_ty_str_ctxt[src]
trait get_ty_str_ctxt {
fn ty_str_ctxt<'a>(&'a self) -> ctxt<'a>;
}
Required Methods
fn ty_str_ctxt<'a>(&'a self) -> ctxt<'a>
Implementors
impl<'a> get_ty_str_ctxt for EncodeContext<'a>