pub type PgTask<Args> = Task<Args, PgContext, Ulid>;Aliased Type§
pub struct PgTask<Args> {
pub args: Args,
pub parts: Parts<SqlContext, Ulid>,
}Fields§
§args: ArgsThe argument task part
parts: Parts<SqlContext, Ulid>Parts of the task eg id, attempts and context