write_with_opt_paren

Function write_with_opt_paren 

Source
fn write_with_opt_paren<T: Display>(
    fmt: &mut Formatter<'_>,
    has_paren: bool,
    obj: T,
) -> Result