Function jf::format

source ·
pub fn format<'a, I>(args: I) -> Result<String, Error>where
    I: IntoIterator<Item = Cow<'a, str>>,
Expand description

Format a string using the given arguments.