with objects

This commit is contained in:
2023-01-30 20:44:48 +01:00
parent 910ff4a72e
commit 5fef514801
14 changed files with 962 additions and 99 deletions

View File

@@ -23,7 +23,9 @@ impl Handler for Enumeration {
let out = quote! {
$description
pub enum $name {}
pub enum $name {
// TODO: Add individual items
}
};
Ok(out)