pub fn expand(input: &DeriveInput, _: &str) -> TokenStream
Expand description

Provides the hook to expand #[derive(Constructor)] into an implementation of Constructor