pub enum PAttr {
Doc {
line: String,
},
Repr {
repr: PRepr,
},
Facet {
name: String,
},
}Expand description
Parsed attr
Variants§
Doc
A single line of doc comments
#[doc = "Some doc"], or /// Some doc`, same thing
Repr
A representation attribute
Facet
A facet attribute