pub trait Number: Scalar { }
Expand description
Abstract trait representing a SPIR-V integer or floating-point type.
Object Safety§
This trait is not object safe.
pub trait Number: Scalar { }
Abstract trait representing a SPIR-V integer or floating-point type.