pub fn parse_type_def(input: &DeriveInput) -> Result<TypeDef>
Parse a syn::DeriveInput into a TypeDef.
syn::DeriveInput
TypeDef