struct_name/
lib.rs

1pub trait StructName {
2    fn struct_name() -> &'static str;
3}