Type Alias yash_syntax::alias::AliasSet

source ·
pub type AliasSet = HashSet<HashEntry>;
Expand description

Collection of aliases.

Aliased Type§

struct AliasSet { /* private fields */ }

Trait Implementations§

source§

impl Glossary for AliasSet

source§

fn look_up(&self, name: &str) -> Option<Rc<Alias>>

Looks up an alias by name. Read more
source§

fn is_empty(&self) -> bool

Returns whether the glossary is empty. Read more