Type Definition slog_html::TimestampFn [] [src]

type TimestampFn = Fn(&mut Write) -> Result<()> + Send + Sync;

Timestamp function type