Trait timely::progress::timestamp::Timestamp [] [src]

pub trait Timestamp: Clone + Eq + PartialOrder + Default + Debug + Send + Any + Abomonation {
    type Summary: PathSummary<Self> + 'static;
}

A composite trait for types that serve as timestamps in timely dataflow.

Associated Types

A type summarizing action on a timestamp along a dataflow path.

Implementors