(&self)
| 45 | /// Attributes of the element. |
| 46 | #[inline] |
| 47 | pub(crate) fn attributes(&self) -> &Attributes { |
| 48 | &self.data.attributes |
| 49 | } |
| 50 | /// A reference to the element data. |
| 51 | #[inline] |
| 52 | pub(crate) fn data(&self) -> &'a ElementData { |
no outgoing calls
no test coverage detected