StrRef

Type Alias StrRef 

Source
pub type StrRef = Arc<str>;
Expand description

for impl, check [crate::impls::util::refs::ToStringRef]

Aliased Typeยง

pub struct StrRef { /* private fields */ }