pub type ConstString = Arc<str>;Expand description
An immutable thread safe String type
see: Logan Smith.
Aliased Typeยง
pub struct ConstString { /* private fields */ }pub type ConstString = Arc<str>;An immutable thread safe String type
see: Logan Smith.
pub struct ConstString { /* private fields */ }