pub type LibsqlTask<Args> = Task<Args, SqlContext, Ulid>;Expand description
Type alias for a task stored in libsql backend
Aliased Type§
pub struct LibsqlTask<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