Trait HasLength

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 FosterByteString

Available on crate feature byte_string only.
Source§

impl HasLength for FosterByteStringVector

Available on crate feature byte_string only.
Source§

impl HasLength for FosterString

Source§

impl HasLength for FosterStringVector