Type Alias OwnedSharedString

Source
pub(crate) type OwnedSharedString = Arc<str>;

Aliased Typeยง

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