Struct rustc_data_structures::indexed_vec::IntoIdx [] [src]

pub struct IntoIdx<I: Idx> { /* fields omitted */ }
🔬 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?

Trait Implementations

impl<I: Idx, T> FnOnce<((usize, T),)> for IntoIdx<I>
[src]

The returned type after the call operator is used.

[src]

🔬 This is a nightly-only experimental API. (fn_traits)

Performs the call operation.

impl<I: Idx, T> FnMut<((usize, T),)> for IntoIdx<I>
[src]

[src]

🔬 This is a nightly-only experimental API. (fn_traits)

Performs the call operation.

impl<I: Idx> FnOnce<(usize,)> for IntoIdx<I>
[src]

The returned type after the call operator is used.

[src]

🔬 This is a nightly-only experimental API. (fn_traits)

Performs the call operation.

impl<I: Idx> FnMut<(usize,)> for IntoIdx<I>
[src]

[src]

🔬 This is a nightly-only experimental API. (fn_traits)

Performs the call operation.