Macro iter_python::macros::lazy_format[][src]

macro_rules! lazy_format {
    ($fmt : expr $(, $($args : tt) *) ?) => { ... };
}
Expand description

Lazy formatting, see LazyFormat.