diff --git a/src/tags/id_tag.rs b/src/tags/id_tag.rs index ad16fb6..22c6471 100644 --- a/src/tags/id_tag.rs +++ b/src/tags/id_tag.rs @@ -61,6 +61,14 @@ impl IDTag { text, } } + + pub fn label(&self) -> &UniCase { + &self.label + } + + pub fn text(&self) -> &str { + &self.text + } } impl PartialEq for IDTag {