Modules§
Structs§
- Async
Function Mode - Function
Mode - 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 - Into
Task Fn - TaskFn
- 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::function
return type.