rustdoc
1.78.0-nightly
(b381d3ab2 2024-02-12)
In rustdoc::clean::cfg
?
Function
rustdoc
::
clean
::
cfg
::
write_with_opt_paren
source
·
[
−
]
fn write_with_opt_paren<T:
Display
>( fmt: &mut
Formatter
<'_>, has_paren:
bool
, obj: T ) ->
Result