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