Skip to main content

DimName

Type Alias DimName 

Source
pub type DimName = NameDef<Dim>;
Expand description

Name of a dimension (e.g., "Length", "Velocity").

Aliased Type§

pub struct DimName { /* private fields */ }

Trait Implementations§

Source§

impl FormatEquivalent for DimName

Source§

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

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