SqliteTask

Type Alias SqliteTask 

Source
pub type SqliteTask<Args> = Task<Args, SqlContext, Ulid>;

Aliased Type§

pub struct SqliteTask<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