[][src]Trait widestring::UChar

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

const NUL: Self

NUL character value

Loading content...

Implementations on Foreign Types

impl UChar for u16[src]

impl UChar for u32[src]

Loading content...

Implementors

Loading content...