Trait rustc_type_ir::codec::TyEncoder
source · [−]pub trait TyEncoder: Encoder {
type I: Interner;
const CLEAR_CROSS_CRATE: bool;
fn position(&self) -> usize;
fn type_shorthands(
&mut self
) -> &mut FxHashMap<<Self::I as Interner>::Ty, usize>;
fn predicate_shorthands(
&mut self
) -> &mut FxHashMap<<Self::I as Interner>::PredicateKind, usize>;
fn encode_alloc_id(&mut self, alloc_id: &<Self::I as Interner>::AllocId);
}
Required Associated Types
Required Associated Constants
source
const CLEAR_CROSS_CRATE: bool
Required Methods
sourcefn predicate_shorthands(
fn predicate_shorthands(
&mut self
) -> &mut FxHashMap<<Self::I as Interner>::PredicateKind, usize>
source