Type Alias StaticStr

Source
pub type StaticStr = Str<'static>;
Expand description

Type alias for Str with 'static lifetime.

Aliased Typeยง

struct StaticStr { /* private fields */ }