We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e1128 commit c81d62cCopy full SHA for c81d62c
lighthouse-client/src/lighthouse.rs
@@ -32,7 +32,6 @@ enum Slot<M> {
32
impl<S> Lighthouse<S>
33
where S: Stream<Item = tungstenite::Result<Message>>
34
+ Sink<Message, Error = tungstenite::Error>
35
- + Unpin
36
+ Send
37
+ 'static {
38
/// Connects to the lighthouse using the given credentials.
0 commit comments