Skip to main content

ValueSize

Trait ValueSize 

Source
pub trait ValueSize {
    // Required method
    fn get_values_size(&self) -> usize;
}

Required Methods§

Source

fn get_values_size(&self) -> usize

Get the values size that is still “visible” to the underlying array. E.g. take the offsets into account.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§