mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-04 22:53:26 +02:00
with objects
This commit is contained in:
@@ -23,7 +23,9 @@ impl Handler for Enumeration {
|
||||
|
||||
let out = quote! {
|
||||
$description
|
||||
pub enum $name {}
|
||||
pub enum $name {
|
||||
// TODO: Add individual items
|
||||
}
|
||||
};
|
||||
|
||||
Ok(out)
|
||||
|
Reference in New Issue
Block a user