pub type TextSignatureAttribute = KeywordAttribute<text_signature, TextSignatureAttributeValue>;Aliased Type§
struct TextSignatureAttribute {
    pub kw: text_signature,
    pub value: TextSignatureAttributeValue,
}Fields§
§kw: text_signature§value: TextSignatureAttributeValue