pub fn expand(input: &DeriveInput, _: &'static str) -> Result<TokenStream>
Expands a From derive macro.
From