pub type StaticStr = Str<'static>;
Type alias for Str with 'static lifetime.
Str
'static
struct StaticStr { /* private fields */ }