pub trait HasLength {
// Required method
fn len(&self) -> usize;
}
Expand description
Has length.
Required Methods§
Implementors§
impl HasLength for FosterByteString
Available on crate feature
byte_string
only.impl HasLength for FosterByteStringVector
Available on crate feature
byte_string
only.