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

pub trait Timestamp: Clone + Eq + PartialOrder + Default + Debug + Send + Any + Abomonation + Hash + Ord {
    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.

Implementations on Foreign Types

impl Timestamp for ()
[src]

impl Timestamp for usize
[src]

impl Timestamp for u64
[src]

impl Timestamp for u32
[src]

impl Timestamp for i32
[src]

Implementors