Constant DEFAULT_OUTPUT_FILE_BRIDGE

Source
pub const DEFAULT_OUTPUT_FILE_BRIDGE: for<'a> fn(&'a BatchFileTriple, &'a dyn BatchWorkspaceInterface<Item = Arc<dyn GetTargetPathForAIExpansion + Sync + Send>>, &'a ExpectedContentType) -> Pin<Box<dyn Future<Output = Result<(), BatchOutputProcessingError>> + Send + 'a>> = default_output_file_bridge_fn; // {batch_mode_process_response::default_output_file_bridge_fn as for<'a> fn(&'a batch_mode_batch_triple::BatchFileTriple, &'a (dyn batch_mode_batch_workspace_interface::BatchWorkspaceInterface + 'a), &'a batch_mode_batch_workspace_interface::ExpectedContentType) -> batch_mode_3p::Pin<std::boxed::Box<(dyn std::future::Future<Output = std::result::Result<(), batch_mode_batch_reconciliation::BatchOutputProcessingError>> + std::marker::Send + 'a)>>}
Expand description

The const pointer the macro references.