pub trait IdName { // Required method fn name(&self) -> String; }
Useful for Ids that need a literal String representation (such as uniforms)