[−][src]Trait rustc::ty::context::InternAs
🔬 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?
Associated Types
type Output
🔬 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 intern_with<F>(self, f: F) -> Self::Output where
F: FnOnce(&T) -> R,
F: FnOnce(&T) -> R,
🔬 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<I, T, R, E> InternAs<[T], R> for I where
E: InternIteratorElement<T, R>,
I: Iterator<Item = E>,
[src]
impl<I, T, R, E> InternAs<[T], R> for I where
E: InternIteratorElement<T, R>,
I: Iterator<Item = E>,
type Output = E::Output
🔬 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?
fn intern_with<F>(self, f: F) -> Self::Output where
F: FnOnce(&[T]) -> R,
[src]
fn intern_with<F>(self, f: F) -> Self::Output where
F: FnOnce(&[T]) -> R,
🔬 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?