Skip to main content

Symbol

Type Alias Symbol 

Source
pub type Symbol = Interned<'static, str>;
Expand description

An interned symbol (i.e. a name)

Aliased Type§

#[repr(transparent)]
pub struct Symbol(pub &'static str, pub Private);

Tuple Fields§

§0: &'static str§1: Private