wrap_item
rustdoc
1.91.0-beta.6
(cbf84ed0c 2025-10-11)
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,