Trait widestring::UChar[][src]

pub trait UChar: Debug + Sized + Copy + Default + Ord + Eq + Sealed {
    const NUL: Self;
}
Expand description

Marker trait for primitive types used to represent wide character data. Should not be used directly.

Associated Constants

NUL character value.

Implementations on Foreign Types

Implementors