rustdoc
1.87.0-nightly
(920d95eaf 2025-03-28)
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,