Docs.rs
push-trait-0.6.0
push-trait 0.6.0
Permalink
Docs.rs crate page
CC0-1.0
Links
Documentation
Repository
crates.io
Source
Owners
clarfonthey
Dependencies
cfg-if ^0.1.2
normal
len-trait ^0.6.1
normal
void ^1.0.2
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
push_
trait
0.6.0
Module ordered
Module Items
Traits
In crate push_
trait
push_trait
Module
ordered
Copy item path
Source
Expand description
Traits for pushing data to the front or back of a collection.
Traits
ยง
Insert
A trait for moving data to a specific index within a collection.
Push
Back
A trait for moving data onto the back of a collection.
Push
Front
A trait for moving data onto the front of a collection.