Function trace_stack

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