☰
Type Definition Handler
hyper_router
Type Definition
hyper_router
::
Handler
[
−
]
[src]
type Handler =
fn
(_:
Request
) ->
Response
;