Function sqs_service_helper::util::create_queue [] [src]

pub fn create_queue<P>(
    pool: &CpuPool,
    provider: &P,
    queue_name: &str,
    timer: &'static Timer
) -> String where
    P: ProvideAwsCredentials + Clone + Send + 'static,