Type Alias InternedStr

Source
pub type InternedStr = Rc<str>;
Expand description

The type of strings that have been interned.

Currently just a type alias, but I might change that if I find a good reason.

Aliased Typeยง

pub struct InternedStr { /* private fields */ }