Function batch::job [] [src]

pub fn job<T>(task: T) -> Query<T> where
    T: Task

Shorthand to create a new Query instance from a Task.