Modules§
Structs§
- Shared
Reference - A reference to a piece of data
- Typed
Shared Reference - A reference to a piece of data with type information
Traits§
- From
Task Input - TaskFn
- Task
FnInputs - A trait for
TaskFnimplementations that allows task inputs to be extracted as a type. - Task
Input - Trait to implement in order for a type to be accepted as a
#[turbo_tasks::function]argument. - Task
Output - Trait to implement in order for a type to be accepted as a
turbo_tasks::functionreturn type.