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

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

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

Associated Types

type Summary: PathSummary<Self> + 'static

Implementors