pub trait TimestampProvider {
// Required method
fn get_timestamp_rfc3339(&self) -> String;
}Expand description
Trait for timestamp providers (for determinism support)
pub trait TimestampProvider {
// Required method
fn get_timestamp_rfc3339(&self) -> String;
}Trait for timestamp providers (for determinism support)