[][src]Type Definition d9d_p2p::tcp::Streamer

type Streamer = Pin<Box<dyn Stream<Item = Result<BytesMut, Error>> + Send + 'static>>;