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