//! Structured communication between timely dataflow operators.
pub use Message;
pub use Content;
/// A collection of types that may be pushed at.
/// A collection of types that may be pulled from.
/// Types relating to batching of timestamped records.
/// Parallelization contracts, describing how data must be exchanged between operators.