Function control_code::format_to

source ยท
pub fn format_to<T: Format, W: Write>(
    output: W,
    value: &T,
    wide: bool,
) -> Result<()>