4 lines
74 B
Rust
4 lines
74 B
Rust
pub trait ToDeriveInput {
|
|
fn to_derive_input() -> syn::DeriveInput;
|
|
}
|
pub trait ToDeriveInput {
|
|
fn to_derive_input() -> syn::DeriveInput;
|
|
}
|