pub type OutputValidator = Arc<dyn Fn(&str) -> Result<(), String> + Send + Sync>;
pub struct OutputValidator { /* private fields */ }