rustdoc
1.90.0
(1159e78c4 2025-09-14)
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,