Skip to main content

Module ref_decodable

Module ref_decodable 

Source

Macros§

impl_decodable_via_ref_decodable_for_local_types 🔒
Implements Decodable for &'tcx T, where T: RefDecodable and T is defined in this crate (rustc_middle).

Traits§

RefDecodable
Trait for decoding to a reference.