to-syn-value 0.1.1

Defines a derive macro to implement a trait converting values to instances of syn::ToDeriveInput.
Documentation
1
2
3
pub trait ToDeriveInput {
    fn to_derive_input() -> syn::DeriveInput;
}