Skip to main content

Module functions

Module functions 

Source
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§

HandlerSignature
Fully analysed handler function signature.

Functions§

extract_handler_signature
Extract a HandlerSignature from a handler function.