Trait widestring::UChar[][src]

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

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

Associated Constants

NUL character value

Implementations on Foreign Types

impl UChar for u16
[src]

impl UChar for u32
[src]

Implementors