expand_struct

Function expand_struct 

Source
fn expand_struct(
    input: &DeriveInput,
    trait_name: &'static str,
) -> Result<TokenStream>