Skip to main content

IndexName

Type Alias IndexName 

Source
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

Source§

fn format_equivalent(&self, other: &Self) -> bool

Returns true if self and other are equivalent up to formatting.