struct-name 0.0.1

Trait for struct name
Documentation
1
2
3
pub trait StructName {
    fn struct_name() -> &'static str;
}