pub fn from_meta(input: &DeriveInput) -> TokenStreamExpand description
Create tokens for a darling::FromMeta impl from a DeriveInput. If
the input cannot produce a valid impl, the returned tokens will contain
compile errors instead.
pub fn from_meta(input: &DeriveInput) -> TokenStreamCreate tokens for a darling::FromMeta impl from a DeriveInput. If
the input cannot produce a valid impl, the returned tokens will contain
compile errors instead.