Trait Default

Source
pub trait Default {
    // Required method
    fn default_10bit() -> Self;
}
Expand description

Same resolution for v1 and v2

Required Methods§

Source

fn default_10bit() -> Self

v1 is limited to 10 bit

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.

Implementors§