Type Alias TimestampFn

Source
pub type TimestampFn = dyn Fn(&mut dyn Write) -> Result<()> + Send + Sync;
Expand description

Timestamp function type