From 4d6664fb369607d42c269a8a50f26bfd3c3b8634 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 14 May 2023 16:29:37 +0200 Subject: feat: add TagStart attribute functions --- src/attribute.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/attribute.rs') diff --git a/src/attribute.rs b/src/attribute.rs index 4ae2142..3d17fe9 100644 --- a/src/attribute.rs +++ b/src/attribute.rs @@ -85,6 +85,11 @@ impl<'a> Attribute<'a> { Self { inner } } + + pub(crate) fn into_inner(self) -> QuickXMLAttribute<'a> + { + self.inner + } } /// Errors that can be raised when parsing [`Attribute`]s. -- cgit v1.2.3-18-g5258