pub type NewImplTypeAttribute = KeywordAttribute<new, NewImplTypeAttributeValue>;Aliased Type§
pub struct NewImplTypeAttribute {
pub kw: new,
pub value: NewImplTypeAttributeValue,
}Fields§
§kw: new§value: NewImplTypeAttributeValuepub type NewImplTypeAttribute = KeywordAttribute<new, NewImplTypeAttributeValue>;pub struct NewImplTypeAttribute {
pub kw: new,
pub value: NewImplTypeAttributeValue,
}kw: new§value: NewImplTypeAttributeValue