pub type ArcStrBorrow<'a, L = DefaultLayout> = ArcSliceBorrow<'a, str, L>;Expand description
An alias for ArcSliceBorrow<str, L>.
Aliased Typeยง
pub struct ArcStrBorrow<'a, L = DefaultLayout> { /* private fields */ }pub type ArcStrBorrow<'a, L = DefaultLayout> = ArcSliceBorrow<'a, str, L>;An alias for ArcSliceBorrow<str, L>.
pub struct ArcStrBorrow<'a, L = DefaultLayout> { /* private fields */ }