diff --git a/src/client/mod.rs b/src/client/mod.rs index 2927df0..79d14ed 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -828,7 +828,7 @@ impl Future for IrcClientFuture { /// This type should only be used by advanced users who are familiar with the implementation of this /// crate. An easy to use abstraction that does not require this knowledge is available via /// [`IrcReactors`](./reactor/struct.IrcReactor.html). -pub struct PackedIrcClient(pub IrcClient, pub Box>); +pub struct PackedIrcClient(pub IrcClient, pub Box + Send>); #[cfg(test)] mod test {