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

type Sinker = Pin<Box<dyn Sink<Bytes, SinkError = Error> + Send + 'static>>;