Skip to content

Commit 1b2002c

Browse files
committed
cleanup
1 parent b062af3 commit 1b2002c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,6 +1612,8 @@ pub mod rpc {
16121612
rx: quinn::RecvStream,
16131613
tx: quinn::SendStream,
16141614
) -> Self::Message;
1615+
1616+
/// Creates a [`Handler`] that forwards all messages to a [`LocalSender`].
16151617
fn forwarding_handler(local_sender: LocalSender<Self>) -> Handler<Self::WireMessage> {
16161618
Arc::new(move |msg, rx, tx| {
16171619
let msg = Self::from_wire(msg, rx, tx);

0 commit comments

Comments
 (0)