pub trait F8E5M2: Float { }Expand description
8-bit float, 5 exponent + 2 mantissa bits.
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.
pub trait F8E5M2: Float { }8-bit float, 5 exponent + 2 mantissa bits.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.