char_t

Type Alias char_t 

Source
pub type char_t = c_char;
Expand description

The char type used in the hosting components. Defined as u16 on windows and as c_char otherwise.