TimestampProvider

Trait TimestampProvider 

Source
pub trait TimestampProvider {
    // Required method
    fn get_timestamp_rfc3339(&self) -> String;
}
Expand description

Trait for timestamp providers (for determinism support)

Required Methods§

Implementors§