pub use ;
/// **Introspection / emit marker** — record one functional-status row for the
/// nornir test matrix. Wraps `nornir_testmatrix::functional_status` behind the
/// `testmatrix` feature (a compiled-out `#[inline]` no-op otherwise, with no
/// nornir dep in the default build). The extract entry points call this so
/// `nornir test --features testmatrix` SEES the read-path verdict (the actual
/// positioned pread/pwrite gatling fan-out runs one layer down in
/// `znippy-common`, which emits its own engine + blake3-CAS rows). Defined only
/// under the feature — every call site is itself `#[cfg(feature = "testmatrix")]`.
pub