to_syn_value/
lib.rs

1pub trait ToDeriveInput {
2    fn to_derive_input() -> syn::DeriveInput;
3}