Function monster::incubation::fmt::write_format [] [src]

pub fn write_format<W: Write>(
    buffer: &mut W,
    fmt: &str,
    args: &[&Display]
) -> Result<()>

Same as format but writes to a generic buffer instead.