Docs.rs
roadblk-core-0.2.0
roadblk-core 0.2.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
git-lloyd
Dependencies
lazy-regex ^3.1
normal
roadblk-attr ^0.2.0
normal
Versions
0%
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
roadblk_
core
0.2.0
HasLength
Required Methods
length
Implementations on Foreign Types
HashMap<K, V>
HashSet<T>
String
Vec<T>
Implementors
In crate roadblk_
core
roadblk_core
Trait
HasLength
Copy item path
Source
pub trait HasLength { // Required method fn
length
(&self) ->
usize
; }
Required Methods
§
Source
fn
length
(&self) ->
usize
Implementations on Foreign Types
§
Source
§
impl
HasLength
for
String
Source
§
fn
length
(&self) ->
usize
Source
§
impl<K, V>
HasLength
for
HashMap
<K, V>
Source
§
fn
length
(&self) ->
usize
Source
§
impl<T>
HasLength
for
Vec
<T>
Source
§
fn
length
(&self) ->
usize
Source
§
impl<T>
HasLength
for
HashSet
<T>
Source
§
fn
length
(&self) ->
usize
Implementors
§