pub type SplitExpression = Arc<dyn Fn(&Exchange) -> Vec<Exchange> + Send + Sync>;
A function that splits a single exchange into multiple fragment exchanges.
pub struct SplitExpression { /* private fields */ }