pub fn adapter_for(harness: Harness) -> &'static dyn HarnessAdapterExpand description
Resolve the adapter for a Harness. This is the single dispatch point on
the harness identifier for all harness-specific behavior; every other
module goes through the returned trait object.