pub fn obs_handle() -> ObservabilityHandleExpand description
rstest fixture returning an ObservabilityHandle for test
assertions.
Named obs_handle (rather than observability) to avoid a name
collision with the observability module at the crate root,
following the logging → logger naming convention used by
[crate::logger].
§Examples
use wireframe_testing::obs_handle;
let mut obs = obs_handle();
obs.clear();