Skip to main content

UniversalString

Type Alias UniversalString 

Source
pub type UniversalString = Implicit<UNIVERSAL_STRING, Utf8String>;
Expand description

The UniversalString type.

Aliased Type§

pub struct UniversalString {
    pub value: String,
    /* private fields */
}

Fields§

§value: String

The inner value.