Expand description
Handler function signature analysis.
Extracts a fully-typed HandlerSignature from a syn::ItemFn using
AST-based type inspection via crate::types. All type matching is done
on path segment idents — never on string representations.
Structs§
- Handler
Signature - Fully analysed handler function signature.
Functions§
- extract_
handler_ signature - Extract a
HandlerSignaturefrom a handler function.