Skip to main content

Utf8StringOwned

Type Alias Utf8StringOwned 

Source
pub type Utf8StringOwned = String;
Expand description

Owned UTF8String value used by formats, such as constructed BER strings, whose contents cannot borrow one contiguous range of the input.

Aliased Typeยง

pub struct Utf8StringOwned { /* private fields */ }