Module yash_syntax::alias
source · Expand description
Defining aliases.
This module provides data structures for defining aliases in the shell execution environment.
Structs§
- Name-value pair that defines an alias.
- Empty glossary that does not contain any aliases.
- Wrapper of
Alias
for inserting into a hash set.
Traits§
- Interface used by the parser to look up aliases.
Type Aliases§
- Collection of aliases.