pub type FreshSecByStatusFn = fn(StatusCode) -> Option<u32>;Expand description
The function to generate TTL from the given StatusCode.
pub type FreshSecByStatusFn = fn(StatusCode) -> Option<u32>;The function to generate TTL from the given StatusCode.