pub fn format_item(
w: &mut Formatter<'_>,
date: Option<&NaiveDate>,
time: Option<&NaiveTime>,
off: Option<&(String, FixedOffset)>,
item: &Item<'_>,
) -> Result
👎Deprecated since 0.4.32: Use DelayedFormat::fmt or DelayedFormat::write_to instead
Expand description
Formats single formatting item