pub trait ToDeriveInput {
    fn to_derive_input() -> DeriveInput;
}

Required methods

Implementors