Type Alias AliasSet

Source
pub type AliasSet = HashSet<HashEntry>;
Expand description

Collection of aliases

Aliased Type§

pub 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