pub type RefStr<'a> = CompressedRefStr<'a, SharedBackend>;
A compressed string backed by Arc<str> when shared.
Arc<str>
pub struct RefStr<'a> { /* private fields */ }