Docs.rs
len-trait-0.6.1
len-trait 0.6.1
Permalink
Docs.rs crate page
CC0-1.0
Links
Documentation
Repository
crates.io
Source
Owners
clarfonthey
Dependencies
cfg-if ^0.1.2
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module len
len_
trait
0.6.1
Module len
Module Items
Traits
In crate len_
trait
len_trait
Module
len
Copy item path
Source
Expand description
Traits involving the length of a collection.
Traits
ยง
Clear
A trait for clearing collections.
Empty
A trait for describing whether a collection is empty, i.e., its length is zero.
Len
A trait for describing the length of a collection.
LenMut
A trait for modifying the length of a collection.