Skip to main content

Utf8Bytes

Type Alias Utf8Bytes 

Source
pub type Utf8Bytes = Utf8Bytes<Compact>;
Available on crate features alloc or std only.
Expand description

A compact, memory-efficient UTF-8 string type alias using the Compact strategy.

This is the compact-strategy immutable UTF-8 wrapper.

Aliased Typeยง

pub struct Utf8Bytes { /* private fields */ }