pub type BundleCore<T, D> = Message<Message<T, D>>;
The input to and output from timely dataflow communication channels.