Home
last modified time | relevance | path

Searched defs:RefDecodable (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_type_ir/src/
Dcodec.rs21 pub trait RefDecodable<'tcx, D: TyDecoder> { interface
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcodec.rs67 pub trait RefDecodable<'tcx, D: TyDecoder<I = TyCtxt<'tcx>>> { interface