Skip to main content

RefStr

Type Alias RefStr 

Source
pub type RefStr<'a> = CompressedRefStr<'a, SharedBackend>;
Expand description

A compressed string backed by Arc<str> when shared.

Aliased Typeยง

pub struct RefStr<'a> { /* private fields */ }