Function trace_stack

Source
pub async fn trace_stack(
    error: StructuredError,
    root_asset: Vc<Box<dyn OutputAsset>>,
    output_path: FileSystemPath,
    project_dir: FileSystemPath,
) -> Result<String>