Docs.rs
small_len-0.5.0
small_len 0.5.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
inapinch-io
Dependencies
bumpalo ^3.16.0
normal
optional
bytes ^1.6.0
normal
optional
indexmap ^2.2.6
normal
optional
rand ^0.8.5
dev
Versions
0%
of the crate is documented
Go to latest version
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
small_len
0.5.0
Len
Required Methods
length
Implementations on Foreign Types
&'l OsStr
&'l str
&[T]
HashMap<K, V>
OsString
String
Vec<T>
[T]
Implementors
In crate small_len
Trait
small_len
::
Len
Copy item path
source
·
[
−
]
pub trait Len { // Required method fn
length
(&self) ->
usize
; }
Required Methods
§
source
fn
length
(&self) ->
usize
Implementations on Foreign Types
§
source
§
impl
Len
for
String
source
§
fn
length
(&self) ->
usize
source
§
impl
Len
for
OsString
source
§
fn
length
(&self) ->
usize
source
§
impl<'l>
Len
for &'l
str
source
§
fn
length
(&self) ->
usize
source
§
impl<'l>
Len
for &'l
OsStr
source
§
fn
length
(&self) ->
usize
source
§
impl<K, V>
Len
for
HashMap
<K, V>
source
§
fn
length
(&self) ->
usize
source
§
impl<T>
Len
for &
[T]
source
§
fn
length
(&self) ->
usize
source
§
impl<T>
Len
for
[T]
source
§
fn
length
(&self) ->
usize
source
§
impl<T>
Len
for
Vec
<T>
source
§
fn
length
(&self) ->
usize
Implementors
§