Add dummy type for unit test

This commit is contained in:
Dominik Werder
2024-12-09 19:17:48 +01:00
parent d918c7c874
commit 74b47094df

View File

@@ -768,6 +768,9 @@ impl fmt::Display for EnumVariant {
}
}
#[derive(Debug, Clone, PartialOrd, PartialEq, Serialize, Deserialize)]
pub struct UnsupEvt(pub u32);
impl AppendToUrl for ScalarType {
fn append_to_url(&self, url: &mut Url) {
let mut g = url.query_pairs_mut();