pub type IndexName = NameDef<Index>;Expand description
Name of an index type (e.g., "Maneuver").
Aliased Type§
pub struct IndexName { /* private fields */ }Trait Implementations§
Source§impl FormatEquivalent for IndexName
impl FormatEquivalent for IndexName
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.