pub type ModuleAliasName = NameDef<ModuleAlias>;Expand description
Name of a module alias introduced by an import/include declaration (e.g., "constants", "std").
Aliased Type§
pub struct ModuleAliasName { /* private fields */ }Trait Implementations§
Source§impl FormatEquivalent for ModuleAliasName
impl FormatEquivalent for ModuleAliasName
Source§fn format_equivalent(&self, other: &Self) -> bool
fn format_equivalent(&self, other: &Self) -> bool
Returns
true if self and other are equivalent up to formatting.