pub fn dynamic_call(
func: &'static NativeFunction,
this: Option<RawVc>,
arg: Box<dyn MagicAny>,
persistence: TaskPersistence,
) -> RawVcExpand description
Calls TurboTasks::dynamic_call for the current turbo tasks instance.
pub fn dynamic_call(
func: &'static NativeFunction,
this: Option<RawVc>,
arg: Box<dyn MagicAny>,
persistence: TaskPersistence,
) -> RawVcCalls TurboTasks::dynamic_call for the current turbo tasks instance.