Type Alias ConstString

Source
pub type ConstString = Arc<str>;
Expand description

An immutable thread safe String type see: Logan Smith.

Aliased Typeยง

pub struct ConstString { /* private fields */ }