Function bind_queue

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

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