Type Definition slog_term::TimestampFn [] [src]

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

Timestamp function type