Constant PROCESS_ERROR_FILE_BRIDGE

Source
pub const PROCESS_ERROR_FILE_BRIDGE: for<'a> fn(&'a BatchFileTriple, &'a [BatchErrorFileProcessingOperation]) -> Pin<Box<dyn Future<Output = Result<(), BatchErrorProcessingError>> + Send + 'a>> = process_error_file_bridge_fn; // {batch_mode_process_response::process_error_file::process_error_file_bridge_fn as for<'a> fn(&'a batch_mode_batch_triple::BatchFileTriple, &'a [batch_mode_batch_reconciliation::BatchErrorFileProcessingOperation]) -> batch_mode_3p::Pin<std::boxed::Box<(dyn std::future::Future<Output = std::result::Result<(), batch_mode_batch_triple::BatchErrorProcessingError>> + std::marker::Send + 'a)>>}
Expand description

We expose a CONST of type BatchWorkflowProcessErrorFileFn, so passing &PROCESS_ERROR_FILE_BRIDGE exactly matches the trait’s needed function pointer type.