Skip to main content

fmt_offset_sign

Function fmt_offset_sign 

Source
fn fmt_offset_sign(
    output: &mut (impl Write + ?Sized),
    is_negative: bool,
    sign_is_mandatory: bool,
) -> Result<usize, Error>
Available on crate feature formatting only.