Type Alias ImmutStr

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

An immutable string.

Aliased Typeยง

pub struct ImmutStr { /* private fields */ }