flatten the instruction dispatch loop
This commit is contained in:
3
crates/to-syn-value/src/lib.rs
Normal file
3
crates/to-syn-value/src/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub trait ToDeriveInput {
|
||||
fn to_derive_input() -> syn::DeriveInput;
|
||||
}
|
||||
Reference in New Issue
Block a user