(&self)
| 40 | /// Qualified name of the element. |
| 41 | #[inline] |
| 42 | pub(crate) fn name(&self) -> &QualName { |
| 43 | &self.data.name |
| 44 | } |
| 45 | /// Attributes of the element. |
| 46 | #[inline] |
| 47 | pub(crate) fn attributes(&self) -> &Attributes { |
no outgoing calls
no test coverage detected