Remove xml TextNode

This commit is contained in:
Lennart
2024-06-21 18:02:45 +02:00
parent 9c703673fa
commit f860873e2b
3 changed files with 43 additions and 46 deletions

View File

@@ -10,5 +10,3 @@ impl HrefElement {
}
}
#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct TextNode(pub Option<String>);