Skip to main content

NewImplTypeAttribute

Type Alias NewImplTypeAttribute 

Source
pub type NewImplTypeAttribute = KeywordAttribute<new, NewImplTypeAttributeValue>;

Aliased Type§

pub struct NewImplTypeAttribute {
    pub kw: new,
    pub value: NewImplTypeAttributeValue,
}

Fields§

§kw: new§value: NewImplTypeAttributeValue
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here