Function derive_more::constructor_derived::expand
source · pub fn expand(input: &DeriveInput, _: &str) -> TokenStream
Expand description
Provides the hook to expand #[derive(Constructor)]
into an implementation of Constructor