Type Definition syntax::util::small_vector::SmallVector
[−]
[src]
type SmallVector<T> = SmallVec<[T; 1]>;
🔬 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<T> MoveMap<T> for SmallVector<T>
[src]
fn move_flat_map<F, I>(self, f: F) -> Self where
F: FnMut(T) -> I,
I: IntoIterator<Item = T>,
[src]
F: FnMut(T) -> I,
I: IntoIterator<Item = T>,
🔬 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 move_map<F>(self, f: F) -> Self where
F: FnMut(T) -> T,
[src]
F: FnMut(T) -> T,
🔬 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?