Trait MzTimestamp

Source
pub trait MzTimestamp:
    MzData
    + Timestamp
    + Lattice { }
Expand description

Timestamp trait for rendering, constraint to support MzData and timely::progress::Timestamp.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T> MzTimestamp for T
where T: MzData + Timestamp + Lattice,