Structs§
- TryPeekable
- An iterator with a
try_peek()that returns an optional reference to the next Ok value while forwarding errors. Errors are not stored bytry_peek()such that subsequent calls totry_peek()will continue to consume the underlying Iterator until they reach anI::Okvalue.