Trait tp_timestamp::OnTimestampSet[][src]

pub trait OnTimestampSet<Moment> {
    fn on_timestamp_set(moment: Moment);
}
Expand description

A trait which is called when the timestamp is set.

Required methods

Implementations on Foreign Types

Implementors