rustdoc
1.84.0-beta.4
(202008a1b 2024-12-07)
In rustdoc::
clean::
cfg
rustdoc
::
clean
::
cfg
Function
write_with_opt_paren
Copy item path
Source
fn write_with_opt_paren<T:
Display
>( fmt: &mut
Formatter
<'_>, has_paren:
bool
, obj: T, ) ->
Result