pub trait HasLength {
// Required method
fn len(&self) -> usize;
}Available on crate feature
std only.Expand description
Has length.
Required Methods§
Implementors§
impl HasLength for Language
Available on crate feature
http only.impl HasLength for MediaTypeSegment
Available on crate feature
http only.impl HasLength for FosterImmutableString
Available on crate feature
immutable only.impl HasLength for FosterImmutableStringVector
Available on crate feature
immutable only.