Skip to main content

PrefixedArrayInfo

Trait PrefixedArrayInfo 

Source
pub trait PrefixedArrayInfo {
    // Required methods
    fn len(&self) -> usize;
    fn capacity(&self) -> usize;
}

Required Methods§

Source

fn len(&self) -> usize

Source

fn capacity(&self) -> usize

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§