Function darling_core::derive::from_derive_input [−][src]
pub fn from_derive_input(input: &DeriveInput) -> TokenStream
Create tokens for a darling::FromDeriveInput
impl from a DeriveInput
. If
the input cannot produce a valid impl, the returned tokens will contain
compile errors instead.