//! Process executor utilities in the runtime boundary.
//!//! This module re-exports the main process executor types for use
//! in boundary composition.
pubusecrate::executor::{ProcessExecutor, ProcessOutput};/// Trait for process execution, allowing testability.
pubusecrate::executor::ProcessExecutor as Executor;