Docs.rs
kutil-std-0.0.3
kutil-std 0.0.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tliron
Dependencies
ahash ^0.8.12
normal
optional
bytestr ^0.1.0
normal
optional
papaya ^0.2.1
normal
optional
Versions
96%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kutil_
std
0.0.3
HasLength
Required Methods
len
Implementors
In kutil_
std::
foster
kutil_std
::
foster
Trait
HasLength
Copy item path
Source
pub trait HasLength { // Required method fn
len
(&self) ->
usize
; }
Expand description
Has length.
Required Methods
§
Source
fn
len
(&self) ->
usize
Length.
Implementors
§
Source
§
impl
HasLength
for
FosterString
Source
§
impl
HasLength
for
FosterStringVector