[][src]Function ironmq_client::queue_bind

pub async fn queue_bind<'_, '_, '_, '_>(
    connection: &'_ Connection,
    channel: u16,
    queue_name: &'_ str,
    exchange_name: &'_ str,
    routing_key: &'_ str
) -> Result<()>