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