trait Named: Debug { // Required method fn name(&self) -> &'static str; }
A hack for const generic strings.