diff --git a/src/lib.rs b/src/lib.rs index 9674bf1..f84eddb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -175,7 +175,7 @@ pub struct Future { read: bool } -impl Future +impl Future where T: Send + 'static, E: Send + 'static {