Inject event by value in ProtocolsHandler (#605)

This commit is contained in:
Pierre Krieger
2018-11-05 16:53:04 +01:00
committed by GitHub
parent 4405518045
commit 1b4dada4d0
4 changed files with 9 additions and 9 deletions

View File

@ -123,7 +123,7 @@ where
}
#[inline]
fn inject_event(&mut self, _: &Self::InEvent) {}
fn inject_event(&mut self, _: Self::InEvent) {}
#[inline]
fn inject_inbound_closed(&mut self) {}