Type Definition amqpr::broadcast::BroadcastSink [] [src]

type BroadcastSink = Box<Sink<SinkItem = Bytes, SinkError = Rc<Error>> + 'static>;