pub fn from_variant(input: &DeriveInput) -> TokenStream
Expand description
Create tokens for a darling::FromVariant
impl from a DeriveInput
. If
the input cannot produce a valid impl, the returned tokens will contain
compile errors instead.
pub fn from_variant(input: &DeriveInput) -> TokenStream
Create tokens for a darling::FromVariant
impl from a DeriveInput
. If
the input cannot produce a valid impl, the returned tokens will contain
compile errors instead.