pub async fn queue_descriptors_for_names<'e, E>(
executor: E,
queues: &[String],
) -> Result<HashMap<String, QueueDescriptor>, AwaError>where
E: PgExecutor<'e>,pub async fn queue_descriptors_for_names<'e, E>(
executor: E,
queues: &[String],
) -> Result<HashMap<String, QueueDescriptor>, AwaError>where
E: PgExecutor<'e>,