Functionsยง
- extract_
rust_ type - Converts a
syn::Typeinto ourRustTyperepresentation. - extract_
struct_ fields - Extracts named fields from a struct definition into
(name, RustType)pairs.
syn::Type into our RustType representation.(name, RustType) pairs.