Skip to main content

HasLength

Trait HasLength 

Source
pub trait HasLength {
    // Required method
    fn len(&self) -> usize;
}
Available on crate feature std only.
Expand description

Has length.

Required Methods§

Source

fn len(&self) -> usize

Length.

Implementors§

Source§

impl HasLength for Language

Available on crate feature http only.
Source§

impl HasLength for MediaTypeSegment

Available on crate feature http only.
Source§

impl HasLength for FosterImmutableString

Available on crate feature immutable only.
Source§

impl HasLength for FosterImmutableStringVector

Available on crate feature immutable only.
Source§

impl HasLength for FosterString

Source§

impl HasLength for FosterStringVector