diff --git a/examples/routeguide-tutorial.md b/examples/routeguide-tutorial.md index 0c35506..d785df5 100644 --- a/examples/routeguide-tutorial.md +++ b/examples/routeguide-tutorial.md @@ -517,9 +517,7 @@ async fn route_chat( }; Ok(Response::new(Box::pin(output) - as Pin< - Box> + Send + Sync + 'static>, - >)) + as Self::RouteChatStream)) } ```