Skip to main content

Module backend

Module backend 

Source

Structs§

CachedTaskType
A normal task execution containing a native (rust) function. This type is passed into the backend either to execute a function or to look up a cached result.
CellContent
TaskExecutionSpec
TurboTaskContextError
Error context indicating that a task’s execution failed. Stores a task_id and a reference to the TurboTasksCallApi so that the task name can be resolved lazily at display time (via TurboTasksCallApi::get_task_name) rather than eagerly at error creation time.
TurboTaskLocalContextError
Error context for a local task that failed. Unlike TurboTaskContextError, this stores the task name directly since local tasks don’t have a TaskId.
TurboTasksError
TypedCellContent

Enums§

TransientTaskType
TurboTasksExecutionError
TurboTasksExecutionErrorMessage
VerificationMode

Traits§

Backend

Type Aliases§

TaskCollectiblesMap
TransientTaskRoot