Skip to main content

Wtf8String

Type Alias Wtf8String 

Source
pub type Wtf8String = WtfString<Wtf8>;
Expand description

A WtfString whose storage is WTF-8 (u8 code units).

Aliased Typeยง

pub struct Wtf8String { /* private fields */ }