Skip to main content

GenericParamName

Type Alias GenericParamName 

Source
pub type GenericParamName = NameDef<GenericParam>;
Expand description

Name of a generic type parameter (e.g., "D", "I").

Aliased Type§

pub struct GenericParamName { /* private fields */ }

Trait Implementations§

Source§

impl FormatEquivalent for GenericParamName

Source§

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

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