Function amqpr_api::queue::bind::bind_queue [] [src]

pub fn bind_queue<S>(
    channel_id: u16,
    socket: S,
    option: BindQueueOption
) -> QueueBound<S> where
    S: Sink<SinkItem = Frame>, 

Bind a queue asynchronously. That means we won't wait to receive Declare-Ok method after send Declare method.