[−][src]Trait rustc::ty::codec::TyEncoder
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Required Methods
fn position(&self) -> usize
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Implementations on Foreign Types
impl TyEncoder for Encoder
[src]
impl TyEncoder for Encoder
fn position(&self) -> usize
[src]
fn position(&self) -> usize
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Implementors
impl<'enc, 'a, 'tcx, E> TyEncoder for CacheEncoder<'enc, 'a, 'tcx, E> where
E: 'enc + TyEncoder,
[src]
impl<'enc, 'a, 'tcx, E> TyEncoder for CacheEncoder<'enc, 'a, 'tcx, E> where
E: 'enc + TyEncoder,