diff --git a/viz-core/src/handler/after.rs b/viz-core/src/handler/after.rs index 0ff25ba1..a49f299f 100644 --- a/viz-core/src/handler/after.rs +++ b/viz-core/src/handler/after.rs @@ -20,6 +20,7 @@ impl Handler for After where I: Send + 'static, H: Handler> + Clone, + O: Send + 'static, F: Handler, Output = Result> + Clone, { type Output = F::Output;