enqueue

Function enqueue 

Source
pub async fn enqueue<J>(job: J) -> Result<String>
where J: Job + Serialize,