RcStr

Type Alias RcStr 

Source
pub(crate) type RcStr = Rc<str>;
Expand description

A convenient alias for a reference-counted, immutable string.

Aliased Typeยง

pub(crate) struct RcStr { /* private fields */ }