pub trait Id:
'static
+ Hash
+ PartialEq
+ Eq
+ Clone
+ Debug
+ Default { }Expand description
Collection of traits that make something useful as an id for programs, shaders, uniforms, etc.
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.