pub type ArcStr<L = DefaultLayout> = ArcSlice<str, L>;Expand description
An alias for ArcSlice<str, L>.
Aliased Typeยง
#[repr(C)]pub struct ArcStr<L = DefaultLayout> { /* private fields */ }pub type ArcStr<L = DefaultLayout> = ArcSlice<str, L>;An alias for ArcSlice<str, L>.
#[repr(C)]pub struct ArcStr<L = DefaultLayout> { /* private fields */ }