Type Alias Ident

Source
pub type Ident<'a> = &'a str;
Expand description

type alias just to make type signatures look more consistent.