pub fn inspect_shared_incremental_target(
spec: &WasmBuildSpec,
) -> Result<Option<SharedIncrementalTargetInspection>, WasmBuildError>Expand description
Inspect one configured shared Cargo target under its build coordination lock.
Returns None without creating anything when the caller-owned target does
not exist. This operation never removes Cargo state.