pub type Utf8Bytes = Utf8Bytes<Shared>;Available on crate features
alloc or std only.Expand description
A shared, immutable UTF-8 string type alias using the Shared strategy.
This is the shared-strategy immutable UTF-8 wrapper.
Aliased Typeยง
pub struct Utf8Bytes { /* private fields */ }