rustdoc
1.80.0-nightly
(b92758a9a 2024-05-20)
In rustdoc::clean::cfg
Function
rustdoc
::
clean
::
cfg
::
write_with_opt_paren
Copy item path
source
ยท
[
−
]
fn write_with_opt_paren<T:
Display
>( fmt: &mut
Formatter
<'_>, has_paren:
bool
, obj: T ) ->
Result