mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-23 03:18:49 +01:00
Add Unpin note
This commit is contained in:
@@ -34,6 +34,7 @@ pub struct Transport<S, Item, SinkItem> {
|
||||
|
||||
impl<S, Item, SinkItem> Stream for Transport<S, Item, SinkItem>
|
||||
where
|
||||
// TODO: Remove Unpin bound when tokio-rs/tokio#1272 is resolved.
|
||||
S: AsyncWrite + AsyncRead + Unpin,
|
||||
Item: for<'a> Deserialize<'a>,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user