pub type RetryAfterDate = DateTime<FixedOffset>;Expand description
Inner date representation for RetryAfter::Date.
When the chrono feature is enabled this is a
chrono::DateTime<chrono::FixedOffset>; otherwise it is a raw &'static-
free heap string (requires alloc or std).
Aliased Typeยง
pub struct RetryAfterDate { /* private fields */ }