pub fn trait_call(
trait_type: TraitTypeId,
trait_fn_name: Cow<'static, str>,
this: RawVc,
arg: Box<dyn MagicAny>,
persistence: TaskPersistence,
) -> RawVc
Expand description
Calls TurboTasks::trait_call
for the current turbo tasks instance.