mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
Generate everything strum does myself (no duplicate prop names)
This commit is contained in:
@@ -24,6 +24,9 @@ pub trait XmlRootTag {
|
||||
fn root_ns_prefixes() -> HashMap<Namespace<'static>, &'static [u8]>;
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct FromStrError;
|
||||
|
||||
pub trait EnumVariants {
|
||||
const TAGGED_VARIANTS: &'static [(Option<Namespace<'static>>, &'static str)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user