Functionsยง
- extract_
rust_ type - Converts a
syn::Typeinto ourRustTyperepresentation. - extract_
struct_ fields - Extracts named fields from a struct/variant into
FieldDefvalues, including serde attributes (rename,skip,default).
syn::Type into our RustType representation.FieldDef values,
including serde attributes (rename, skip, default).