PgTask

Type Alias PgTask 

Source
pub type PgTask<Args> = Task<Args, PgContext, Ulid>;

Aliased Type§

pub struct PgTask<Args> {
    pub args: Args,
    pub parts: Parts<SqlContext, Ulid>,
}

Fields§

§args: Args

The argument task part

§parts: Parts<SqlContext, Ulid>

Parts of the task eg id, attempts and context