[][src]Function potatonet::services::logger::chrono::format::format

pub fn format<'a, I, B>(
    w: &mut Formatter,
    date: Option<&NaiveDate>,
    time: Option<&NaiveTime>,
    off: Option<&(String, FixedOffset)>,
    items: I
) -> Result<(), Error> where
    B: Borrow<Item<'a>>,
    I: Iterator<Item = B> + Clone

Tries to format given arguments with given formatting items. Internally used by DelayedFormat.