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