pub trait StaticStrProvider { const STR: &'static str; }
Trait that provides a static str.
str
Static string.