Type Alias rasn::types::UniversalString

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

The UniversalString type.

Aliased Type§

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

Fields§

§value: String

The inner value.