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
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
HasLength
kutil_
std
0.0.3
HasLength
Required Methods
len
Implementors
In kutil_
std::
foster
Macros
delegate_newtype_of_foster_string
delegate_newtype_of_foster_string_vector
Enums
Foster
Traits
HasLength
Type Aliases
FosterIterator
FosterString
FosterStringVector
kutil_std
::
foster
Trait
HasLength
Copy item path
Settings
Help
Summary
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