pub trait Lsb0Array: Common {
// Required method
fn lsb0_array(&self) -> Self::Array;
}Required Methods§
fn lsb0_array(&self) -> Self::Array
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.