Function darling_core::derive::from_field
source · pub fn from_field(input: &DeriveInput) -> TokenStreamExpand description
Create tokens for a darling::FromField impl from a DeriveInput. If
the input cannot produce a valid impl, the returned tokens will contain
compile errors instead.