devela::text

Type Alias char

Source
pub type char = char;
Expand description

⚙️ core A 32-bit unicode scalar.

It can represent each and every scalar.

See also: char7, char8, char16.

Trait Implementations§

Source§

impl From<char16> for char

Source§

fn from(c: char16) -> char

Converts to this type from the input type.
Source§

impl From<char7> for char

Source§

fn from(c: char7) -> char

Converts to this type from the input type.
Source§

impl From<char8> for char

Source§

fn from(c: char8) -> char

Converts to this type from the input type.