tokio_http2
Type Definition
tokio_http2
::
Handler
[
−
]
[src]
type Handler = fn(
Request
,
String
) ->
Response
;