//! Output stream backend implementations. Tokio-bound; both backends ingest any
//! [`tokio::io::AsyncRead`] (not just process pipes).
/// Multi-consumer broadcast output stream backend.
pub
/// Discard backend for stdio configured as `Stdio::null()`.
pub
/// Single-consumer output stream backend.
pub