rustdoc
1.90.0-nightly
(a2d45f73c 2025-07-07)
In rustdoc::
html::
render::
print_
item
rustdoc
::
html
::
render
::
print_item
Function
wrap_item
Copy item path
Source
fn wrap_item<W, F, T>(w:
&mut W
, f: F) -> T
where W:
Write
, F:
FnOnce
(
&mut W
) -> T,