Skip to main content
Module peekable
core
1.96.0-nightly
(38c0de8dc 2026-02-28)
Module peekable
Module Items
Structs
In core::
iter::
adapters
core
::
iter
::
adapters
Module
peekable
Copy item path
Source
Structs
§
Peekable
An iterator with a
peek()
that returns an optional reference to the next element.