diff --git a/docs/handlers.md b/docs/handlers.md index 3bcab23..0906372 100644 --- a/docs/handlers.md +++ b/docs/handlers.md @@ -52,7 +52,7 @@ Let's create a response for a custom type that serializes to an `application/jso ## Streaming response body -Response body can be generated asynchronously. In this case, body must implement the stream trait `Stream`, i.e.: +Response body can be generated asynchronously. In this case, body must implement the stream trait `Stream>`, i.e.: