|
|
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="An interface for dealing with streaming iterators."><title>StreamingIterator in streaming_iterator - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-ac92e1bbe349e143.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="streaming_iterator" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0 (07dca489a 2024-02-04)" data-channel="1.76.0" data-search-js="search-2b6ce74ff89ae146.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../static.files/storage-f2adc0d6ca4d09fb.js"></script><script defer src="sidebar-items.js"></script><script defer src="../static.files/main-305769736d49e732.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-feafe1bb7466e4bd.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">☰</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../streaming_iterator/index.html">streaming_iterator</a><span class="version">0.1.9</span></h2></div><h2 class="location"><a href="#">StreamingIterator</a></h2><div class="sidebar-elems"><section><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.Item">Item</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.advance">advance</a></li><li><a href="#tymethod.get">get</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.all">all</a></li><li><a href="#method.any">any</a></li><li><a href="#method.by_ref">by_ref</a></li><li><a href="#method.chain">chain</a></li><li><a href="#method.cloned">cloned</a></li><li><a href="#method.copied">copied</a></li><li><a href="#method.count">count</a></li><li><a href="#method.filter">filter</a></li><li><a href="#method.filter_map">filter_map</a></li><li><a href="#method.filter_map_deref">filter_map_deref</a></li><li><a href="#method.find">find</a></li><li><a href="#method.flat_map">flat_map</a></li><li><a href="#method.fold">fold</a></li><li><a href="#method.for_each">for_each</a></li><li><a href="#method.fuse">fuse</a></li><li><a href="#method.inspect">inspect</a></li><li><a href="#method.is_done">is_done</a></li><li><a href="#method.map">map</a></li><li><a href="#method.map_deref">map_deref</a></li><li><a href="#method.map_ref">map_ref</a></li><li><a href="#method.next">next</a></li><li><a href="#method.nth">nth</a></li><li><a href="#method.position">position</a></li><li><a href="#method.rev">rev</a></li><li><a href="#method.size_hint">size_hint</a></li><li><a href="#method.skip">skip</a></li><li><a href="#method.skip_while">skip_while</a></li><li><a href="#method.take">take</a></li><li><a href="#method.take_while">take_while</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-StreamingIterator-for-%26mut+I">&'a mut I</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In crate streaming_iterator</a></h2></div></nav><div class="sidebar-resizer"></div>
|
|
|
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../streaming_iterator/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="index.html">streaming_iterator</a>::<wbr><a class="trait" href="#">StreamingIterator</a><button id="copy-path" title="Copy item path to clipboard"><img src="../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../src/streaming_iterator/lib.rs.html#67-455">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>pub trait StreamingIterator {
|
|
|
type <a href="#associatedtype.Item" class="associatedtype">Item</a>: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>;
|
|
|
|
|
|
<details class="toggle type-contents-toggle"><summary class="hideme"><span>Show 31 methods</span></summary> // Required methods
|
|
|
fn <a href="#tymethod.advance" class="fn">advance</a>(&mut self);
|
|
|
<span class="item-spacer"></span> fn <a href="#tymethod.get" class="fn">get</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>>;
|
|
|
|
|
|
// Provided methods
|
|
|
fn <a href="#method.next" class="fn">next</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.size_hint" class="fn">size_hint</a>(&self) -> (<a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>, <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>>) { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.is_done" class="fn">is_done</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.all" class="fn">all</a><F>(&mut self, f: F) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.any" class="fn">any</a><F>(&mut self, f: F) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.by_ref" class="fn">by_ref</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.reference.html">&mut Self</a>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.chain" class="fn">chain</a><I>(self, other: I) -> <a class="struct" href="struct.Chain.html" title="struct streaming_iterator::Chain">Chain</a><Self, I>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a><Item = Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.cloned" class="fn">cloned</a>(self) -> <a class="struct" href="struct.Cloned.html" title="struct streaming_iterator::Cloned">Cloned</a><Self> <a href="#" class="tooltip" data-notable-ty="Cloned<Self>">ⓘ</a>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.copied" class="fn">copied</a>(self) -> <a class="struct" href="struct.Copied.html" title="struct streaming_iterator::Copied">Copied</a><Self> <a href="#" class="tooltip" data-notable-ty="Copied<Self>">ⓘ</a>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.count" class="fn">count</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.filter" class="fn">filter</a><F>(self, f: F) -> <a class="struct" href="struct.Filter.html" title="struct streaming_iterator::Filter">Filter</a><Self, F>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.filter_map" class="fn">filter_map</a><B, F>(self, f: F) -> <a class="struct" href="struct.FilterMap.html" title="struct streaming_iterator::FilterMap">FilterMap</a><Self, B, F>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><B></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.flat_map" class="fn">flat_map</a><J, F>(self, f: F) -> <a class="struct" href="struct.FlatMap.html" title="struct streaming_iterator::FlatMap">FlatMap</a><Self, J, F>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
J: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> J</span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.filter_map_deref" class="fn">filter_map_deref</a><B, F>(self, f: F) -> <a class="struct" href="struct.FilterMapDeref.html" title="struct streaming_iterator::FilterMapDeref">FilterMapDeref</a><Self, F> <a href="#" class="tooltip" data-notable-ty="FilterMapDeref<Self, F>">ⓘ</a>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><B></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.find" class="fn">find</a><F>(&mut self, f: F) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.fuse" class="fn">fuse</a>(self) -> <a class="struct" href="struct.Fuse.html" title="struct streaming_iterator::Fuse">Fuse</a><Self>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.inspect" class="fn">inspect</a><F>(self, f: F) -> <a class="struct" href="struct.Inspect.html" title="struct streaming_iterator::Inspect">Inspect</a><Self, F>
|
|
|
<span class="where">where F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>),
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.map" class="fn">map</a><B, F>(self, f: F) -> <a class="struct" href="struct.Map.html" title="struct streaming_iterator::Map">Map</a><Self, B, F>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> B</span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.map_deref" class="fn">map_deref</a><B, F>(self, f: F) -> <a class="struct" href="struct.MapDeref.html" title="struct streaming_iterator::MapDeref">MapDeref</a><Self, F> <a href="#" class="tooltip" data-notable-ty="MapDeref<Self, F>">ⓘ</a>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> B</span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.map_ref" class="fn">map_ref</a><B: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, F>(self, f: F) -> <a class="struct" href="struct.MapRef.html" title="struct streaming_iterator::MapRef">MapRef</a><Self, F>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.reference.html">&B</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.nth" class="fn">nth</a>(&mut self, n: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.position" class="fn">position</a><F>(&mut self, f: F) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.skip" class="fn">skip</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>) -> <a class="struct" href="struct.Skip.html" title="struct streaming_iterator::Skip">Skip</a><Self>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.skip_while" class="fn">skip_while</a><F>(self, f: F) -> <a class="struct" href="struct.SkipWhile.html" title="struct streaming_iterator::SkipWhile">SkipWhile</a><Self, F>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.take" class="fn">take</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>) -> <a class="struct" href="struct.Take.html" title="struct streaming_iterator::Take">Take</a><Self>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.take_while" class="fn">take_while</a><F>(self, f: F) -> <a class="struct" href="struct.TakeWhile.html" title="struct streaming_iterator::TakeWhile">TakeWhile</a><Self, F>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.rev" class="fn">rev</a>(self) -> <a class="struct" href="struct.Rev.html" title="struct streaming_iterator::Rev">Rev</a><Self>
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="trait.DoubleEndedStreamingIterator.html" title="trait streaming_iterator::DoubleEndedStreamingIterator">DoubleEndedStreamingIterator</a></span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.fold" class="fn">fold</a><B, F>(self, init: B, f: F) -> B
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(B, &Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> B</span> { ... }
|
|
|
<span class="item-spacer"></span> fn <a href="#method.for_each" class="fn">for_each</a><F>(self, f: F)
|
|
|
<span class="where">where Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>)</span> { ... }
|
|
|
</details>}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>An interface for dealing with streaming iterators.</p>
|
|
|
</div></details><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedtype.Item" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#69">source</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a>: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a></h4></section></summary><div class="docblock"><p>The type of the elements being iterated over.</p>
|
|
|
</div></details></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.advance" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#77">source</a><h4 class="code-header">fn <a href="#tymethod.advance" class="fn">advance</a>(&mut self)</h4></section></summary><div class="docblock"><p>Advances the iterator to the next element.</p>
|
|
|
<p>Iterators start just before the first element, so this should be called before <code>get</code>.</p>
|
|
|
<p>The behavior of calling this method after the end of the iterator has been reached is
|
|
|
unspecified.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.get" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#82">source</a><h4 class="code-header">fn <a href="#tymethod.get" class="fn">get</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>></h4></section></summary><div class="docblock"><p>Returns a reference to the current element of the iterator.</p>
|
|
|
<p>The behavior of calling this method before <code>advance</code> has been called is unspecified.</p>
|
|
|
</div></details></div><h2 id="provided-methods" class="section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="method.next" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#91-94">source</a><h4 class="code-header">fn <a href="#method.next" class="fn">next</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>></h4></section></summary><div class="docblock"><p>Advances the iterator and returns the next value.</p>
|
|
|
<p>The behavior of calling this method after the end of the iterator has been reached is
|
|
|
unspecified.</p>
|
|
|
<p>The default implementation simply calls <code>advance</code> followed by <code>get</code>.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.size_hint" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#98-100">source</a><h4 class="code-header">fn <a href="#method.size_hint" class="fn">size_hint</a>(&self) -> (<a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>, <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>>)</h4></section></summary><div class="docblock"><p>Returns the bounds on the remaining length of the iterator.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.is_done" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#103-105">source</a><h4 class="code-header">fn <a href="#method.is_done" class="fn">is_done</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Checks if <code>get()</code> will return <code>None</code>.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.all" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#109-121">source</a><h4 class="code-header">fn <a href="#method.all" class="fn">all</a><F>(&mut self, f: F) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h4></section></summary><div class="docblock"><p>Determines if all elements of the iterator satisfy a predicate.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.any" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#125-131">source</a><h4 class="code-header">fn <a href="#method.any" class="fn">any</a><F>(&mut self, f: F) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h4></section></summary><div class="docblock"><p>Determines if any elements of the iterator satisfy a predicate.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.by_ref" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#138-143">source</a><h4 class="code-header">fn <a href="#method.by_ref" class="fn">by_ref</a>(&mut self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.reference.html">&mut Self</a><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class="docblock"><p>Borrows an iterator, rather than consuming it.</p>
|
|
|
<p>This is useful to allow the application of iterator adaptors while still retaining ownership
|
|
|
of the original adaptor.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.chain" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#147-157">source</a><h4 class="code-header">fn <a href="#method.chain" class="fn">chain</a><I>(self, other: I) -> <a class="struct" href="struct.Chain.html" title="struct streaming_iterator::Chain">Chain</a><Self, I><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a><Item = Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>> + <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class="docblock"><p>Consumes two iterators and returns a new iterator that iterates over both in sequence.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.cloned" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#161-167">source</a><h4 class="code-header">fn <a href="#method.cloned" class="fn">cloned</a>(self) -> <a class="struct" href="struct.Cloned.html" title="struct streaming_iterator::Cloned">Cloned</a><Self> <a href="#" class="tooltip" data-notable-ty="Cloned<Self>">ⓘ</a><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h4></section></summary><div class="docblock"><p>Produces a normal, non-streaming, iterator by cloning the elements of this iterator.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.copied" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#171-177">source</a><h4 class="code-header">fn <a href="#method.copied" class="fn">copied</a>(self) -> <a class="struct" href="struct.Copied.html" title="struct streaming_iterator::Copied">Copied</a><Self> <a href="#" class="tooltip" data-notable-ty="Copied<Self>">ⓘ</a><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a>,</div></h4></section></summary><div class="docblock"><p>Produces a normal, non-streaming, iterator by copying the elements of this iterator.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.count" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#181-186">source</a><h4 class="code-header">fn <a href="#method.count" class="fn">count</a>(self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class="docblock"><p>Consumes the iterator, counting the number of remaining elements and returning it.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.filter" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#190-196">source</a><h4 class="code-header">fn <a href="#method.filter" class="fn">filter</a><F>(self, f: F) -> <a class="struct" href="struct.Filter.html" title="struct streaming_iterator::Filter">Filter</a><Self, F><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which uses a closure to determine if an element should be yielded.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.filter_map" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#200-210">source</a><h4 class="code-header">fn <a href="#method.filter_map" class="fn">filter_map</a><B, F>(self, f: F) -> <a class="struct" href="struct.FilterMap.html" title="struct streaming_iterator::FilterMap">FilterMap</a><Self, B, F><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><B>,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which both filters and maps by applying a closure to elements.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.flat_map" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#215-226">source</a><h4 class="code-header">fn <a href="#method.flat_map" class="fn">flat_map</a><J, F>(self, f: F) -> <a class="struct" href="struct.FlatMap.html" title="struct streaming_iterator::FlatMap">FlatMap</a><Self, J, F><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
J: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> J,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which flattens iterators obtained by applying a closure to elements.
|
|
|
Note that the returned iterators must be streaming iterators.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.filter_map_deref" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#230-236">source</a><h4 class="code-header">fn <a href="#method.filter_map_deref" class="fn">filter_map_deref</a><B, F>(self, f: F) -> <a class="struct" href="struct.FilterMapDeref.html" title="struct streaming_iterator::FilterMapDeref">FilterMapDeref</a><Self, F> <a href="#" class="tooltip" data-notable-ty="FilterMapDeref<Self, F>">ⓘ</a><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><B>,</div></h4></section></summary><div class="docblock"><p>Creates a regular, non-streaming iterator which both filters and maps by applying a closure to elements.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.find" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#240-258">source</a><h4 class="code-header">fn <a href="#method.find" class="fn">find</a><F>(&mut self, f: F) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h4></section></summary><div class="docblock"><p>Returns the first element of the iterator that satisfies the predicate.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.fuse" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#266-274">source</a><h4 class="code-header">fn <a href="#method.fuse" class="fn">fuse</a>(self) -> <a class="struct" href="struct.Fuse.html" title="struct streaming_iterator::Fuse">Fuse</a><Self><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which is “well behaved” at the beginning and end of iteration.</p>
|
|
|
<p>The behavior of calling <code>get</code> before iteration has been started, and of continuing to call
|
|
|
<code>advance</code> after <code>get</code> has returned <code>None</code> is normally unspecified, but this guarantees that
|
|
|
<code>get</code> will return <code>None</code> in both cases.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.inspect" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#280-286">source</a><h4 class="code-header">fn <a href="#method.inspect" class="fn">inspect</a><F>(self, f: F) -> <a class="struct" href="struct.Inspect.html" title="struct streaming_iterator::Inspect">Inspect</a><Self, F><div class="where">where
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>),
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class="docblock"><p>Call a closure on each element, passing the element on.
|
|
|
The closure is called upon calls to <code>advance</code> or <code>advance_back</code>, and exactly once per element
|
|
|
regardless of how many times (if any) <code>get</code> is called.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.map" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#290-300">source</a><h4 class="code-header">fn <a href="#method.map" class="fn">map</a><B, F>(self, f: F) -> <a class="struct" href="struct.Map.html" title="struct streaming_iterator::Map">Map</a><Self, B, F><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> B,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which transforms elements of this iterator by passing them to a closure.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.map_deref" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#304-310">source</a><h4 class="code-header">fn <a href="#method.map_deref" class="fn">map_deref</a><B, F>(self, f: F) -> <a class="struct" href="struct.MapDeref.html" title="struct streaming_iterator::MapDeref">MapDeref</a><Self, F> <a href="#" class="tooltip" data-notable-ty="MapDeref<Self, F>">ⓘ</a><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> B,</div></h4></section></summary><div class="docblock"><p>Creates a regular, non-streaming iterator which transforms elements of this iterator by passing them to a closure.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.map_ref" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#320-326">source</a><h4 class="code-header">fn <a href="#method.map_ref" class="fn">map_ref</a><B: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, F>(self, f: F) -> <a class="struct" href="struct.MapRef.html" title="struct streaming_iterator::MapRef">MapRef</a><Self, F><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.reference.html">&B</a>,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which transforms elements of this iterator by passing them to a closure.</p>
|
|
|
<p>Unlike <code>map</code>, this method takes a closure that returns a reference into the original value.</p>
|
|
|
<p>The mapping function is only guaranteed to be called at some point before an element
|
|
|
is actually consumed. This allows an expensive mapping function to be ignored
|
|
|
during skipping (e.g. <code>nth</code>).</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.nth" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#330-338">source</a><h4 class="code-header">fn <a href="#method.nth" class="fn">nth</a>(&mut self, n: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>></h4></section></summary><div class="docblock"><p>Consumes the first <code>n</code> elements of the iterator, returning the next one.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.position" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#356-371">source</a><h4 class="code-header">fn <a href="#method.position" class="fn">position</a><F>(&mut self, f: F) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h4></section></summary><div class="docblock"><p>Returns the index of the first element of the iterator matching a predicate.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.skip" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#375-380">source</a><h4 class="code-header">fn <a href="#method.skip" class="fn">skip</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>) -> <a class="struct" href="struct.Skip.html" title="struct streaming_iterator::Skip">Skip</a><Self><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which skips the first <code>n</code> elements.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.skip_while" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#384-394">source</a><h4 class="code-header">fn <a href="#method.skip_while" class="fn">skip_while</a><F>(self, f: F) -> <a class="struct" href="struct.SkipWhile.html" title="struct streaming_iterator::SkipWhile">SkipWhile</a><Self, F><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h4></section></summary><div class="docblock"><p>Creates an iterator that skips initial elements matching a predicate.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.take" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#398-407">source</a><h4 class="code-header">fn <a href="#method.take" class="fn">take</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>) -> <a class="struct" href="struct.Take.html" title="struct streaming_iterator::Take">Take</a><Self><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which only returns the first <code>n</code> elements.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.take_while" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#411-421">source</a><h4 class="code-header">fn <a href="#method.take_while" class="fn">take_while</a><F>(self, f: F) -> <a class="struct" href="struct.TakeWhile.html" title="struct streaming_iterator::TakeWhile">TakeWhile</a><Self, F><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which only returns initial elements matching a predicate.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.rev" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#425-430">source</a><h4 class="code-header">fn <a href="#method.rev" class="fn">rev</a>(self) -> <a class="struct" href="struct.Rev.html" title="struct streaming_iterator::Rev">Rev</a><Self><div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + <a class="trait" href="trait.DoubleEndedStreamingIterator.html" title="trait streaming_iterator::DoubleEndedStreamingIterator">DoubleEndedStreamingIterator</a>,</div></h4></section></summary><div class="docblock"><p>Creates an iterator which returns elemens in the opposite order.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.fold" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#434-444">source</a><h4 class="code-header">fn <a href="#method.fold" class="fn">fold</a><B, F>(self, init: B, f: F) -> B<div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(B, &Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> B,</div></h4></section></summary><div class="docblock"><p>Reduces the iterator’s elements to a single, final value.</p>
|
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="method.for_each" class="method"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#448-454">source</a><h4 class="code-header">fn <a href="#method.for_each" class="fn">for_each</a><F>(self, f: F)<div class="where">where
|
|
|
Self: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>),</div></h4></section></summary><div class="docblock"><p>Calls a closure on each element of an iterator.</p>
|
|
|
</div></details></div><h2 id="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-%26mut+I" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#457-487">source</a><a href="#impl-StreamingIterator-for-%26mut+I" class="anchor">§</a><h3 class="code-header">impl<'a, I> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.reference.html">&'a mut I</a><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> + ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-1" class="associatedtype trait-impl"><a href="#associatedtype.Item-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section><section id="method.advance" class="method trait-impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#464-466">source</a><a href="#method.advance" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.advance" class="fn">advance</a>(&mut self)</h4></section><section id="method.is_done-1" class="method trait-impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#469-471">source</a><a href="#method.is_done-1" class="anchor">§</a><h4 class="code-header">fn <a href="#method.is_done" class="fn">is_done</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a></h4></section><section id="method.get" class="method trait-impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#474-476">source</a><a href="#method.get" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.get" class="fn">get</a>(&self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>></h4></section><section id="method.size_hint-1" class="method trait-impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#479-481">source</a><a href="#method.size_hint-1" class="anchor">§</a><h4 class="code-header">fn <a href="#method.size_hint" class="fn">size_hint</a>(&self) -> (<a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>, <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.usize.html">usize</a>>)</h4></section><section id="method.next-1" class="method trait-impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#484-486">source</a><a href="#method.next-1" class="anchor">§</a><h4 class="code-header">fn <a href="#method.next" class="fn">next</a>(&mut self) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><&Self::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>></h4></section></div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-ConvertMut%3C'a,+I,+T%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#375-412">source</a><a href="#impl-StreamingIterator-for-ConvertMut%3C'a,+I,+T%3E" class="anchor">§</a><h3 class="code-header">impl<'a, I, T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.ConvertMut.html" title="struct streaming_iterator::ConvertMut">ConvertMut</a><'a, I, T><div class="where">where
|
|
|
I: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a><Item = <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.reference.html">&'a mut T</a>>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-2" class="associatedtype trait-impl"><a href="#associatedtype.Item-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-ConvertRef%3C'a,+I,+T%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#310-344">source</a><a href="#impl-StreamingIterator-for-ConvertRef%3C'a,+I,+T%3E" class="anchor">§</a><h3 class="code-header">impl<'a, I, T: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.ConvertRef.html" title="struct streaming_iterator::ConvertRef">ConvertRef</a><'a, I, T><div class="where">where
|
|
|
I: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a><Item = <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.reference.html">&'a T</a>>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-3" class="associatedtype trait-impl"><a href="#associatedtype.Item-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Chain%3CA,+B%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#713-776">source</a><a href="#impl-StreamingIterator-for-Chain%3CA,+B%3E" class="anchor">§</a><h3 class="code-header">impl<A, B> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Chain.html" title="struct streaming_iterator::Chain">Chain</a><A, B><div class="where">where
|
|
|
A: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
B: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a><Item = A::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-4" class="associatedtype trait-impl"><a href="#associatedtype.Item-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <A as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Convert%3CI%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#212-246">source</a><a href="#impl-StreamingIterator-for-Convert%3CI%3E" class="anchor">§</a><h3 class="code-header">impl<I> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Convert.html" title="struct streaming_iterator::Convert">Convert</a><I><div class="where">where
|
|
|
I: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-5" class="associatedtype trait-impl"><a href="#associatedtype.Item-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>>::<a class="associatedtype" href="https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item" title="type core::iter::traits::iterator::Iterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Flatten%3CI%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#1362-1406">source</a><a href="#impl-StreamingIterator-for-Flatten%3CI%3E" class="anchor">§</a><h3 class="code-header">impl<I> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Flatten.html" title="struct streaming_iterator::Flatten">Flatten</a><I><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIteratorMut.html" title="trait streaming_iterator::StreamingIteratorMut">StreamingIteratorMut</a>,
|
|
|
I::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-6" class="associatedtype trait-impl"><a href="#associatedtype.Item-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <<I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a> as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Fuse%3CI%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#1512-1603">source</a><a href="#impl-StreamingIterator-for-Fuse%3CI%3E" class="anchor">§</a><h3 class="code-header">impl<I> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Fuse.html" title="struct streaming_iterator::Fuse">Fuse</a><I><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-7" class="associatedtype trait-impl"><a href="#associatedtype.Item-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Rev%3CI%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#2372-2411">source</a><a href="#impl-StreamingIterator-for-Rev%3CI%3E" class="anchor">§</a><h3 class="code-header">impl<I> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Rev.html" title="struct streaming_iterator::Rev">Rev</a><I><div class="where">where
|
|
|
I: <a class="trait" href="trait.DoubleEndedStreamingIterator.html" title="trait streaming_iterator::DoubleEndedStreamingIterator">DoubleEndedStreamingIterator</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-8" class="associatedtype trait-impl"><a href="#associatedtype.Item-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Skip%3CI%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#2070-2115">source</a><a href="#impl-StreamingIterator-for-Skip%3CI%3E" class="anchor">§</a><h3 class="code-header">impl<I> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Skip.html" title="struct streaming_iterator::Skip">Skip</a><I><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-9" class="associatedtype trait-impl"><a href="#associatedtype.Item-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Take%3CI%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#2232-2267">source</a><a href="#impl-StreamingIterator-for-Take%3CI%3E" class="anchor">§</a><h3 class="code-header">impl<I> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Take.html" title="struct streaming_iterator::Take">Take</a><I><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-10" class="associatedtype trait-impl"><a href="#associatedtype.Item-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-FilterMap%3CI,+B,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#1137-1184">source</a><a href="#impl-StreamingIterator-for-FilterMap%3CI,+B,+F%3E" class="anchor">§</a><h3 class="code-header">impl<I, B, F> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.FilterMap.html" title="struct streaming_iterator::FilterMap">FilterMap</a><I, B, F><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&I::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><B>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-11" class="associatedtype trait-impl"><a href="#associatedtype.Item-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = B</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Map%3CI,+B,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#1752-1783">source</a><a href="#impl-StreamingIterator-for-Map%3CI,+B,+F%3E" class="anchor">§</a><h3 class="code-header">impl<I, B, F> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Map.html" title="struct streaming_iterator::Map">Map</a><I, B, F><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&I::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> B,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-12" class="associatedtype trait-impl"><a href="#associatedtype.Item-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = B</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-MapRef%3CI,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#1963-2004">source</a><a href="#impl-StreamingIterator-for-MapRef%3CI,+F%3E" class="anchor">§</a><h3 class="code-header">impl<I, B: ?<a class="trait" href="https://doc.rust-lang.org/1.76.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>, F> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.MapRef.html" title="struct streaming_iterator::MapRef">MapRef</a><I, F><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.Fn.html" title="trait core::ops::function::Fn">Fn</a>(&I::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.reference.html">&B</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-13" class="associatedtype trait-impl"><a href="#associatedtype.Item-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = B</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Filter%3CI,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#989-1038">source</a><a href="#impl-StreamingIterator-for-Filter%3CI,+F%3E" class="anchor">§</a><h3 class="code-header">impl<I, F> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Filter.html" title="struct streaming_iterator::Filter">Filter</a><I, F><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&I::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-14" class="associatedtype trait-impl"><a href="#associatedtype.Item-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Inspect%3CI,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#1637-1675">source</a><a href="#impl-StreamingIterator-for-Inspect%3CI,+F%3E" class="anchor">§</a><h3 class="code-header">impl<I, F> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Inspect.html" title="struct streaming_iterator::Inspect">Inspect</a><I, F><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&I::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>),</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-15" class="associatedtype trait-impl"><a href="#associatedtype.Item-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-SkipWhile%3CI,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#2149-2197">source</a><a href="#impl-StreamingIterator-for-SkipWhile%3CI,+F%3E" class="anchor">§</a><h3 class="code-header">impl<I, F> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.SkipWhile.html" title="struct streaming_iterator::SkipWhile">SkipWhile</a><I, F><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&I::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-16" class="associatedtype trait-impl"><a href="#associatedtype.Item-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-TakeWhile%3CI,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#2291-2352">source</a><a href="#impl-StreamingIterator-for-TakeWhile%3CI,+F%3E" class="anchor">§</a><h3 class="code-header">impl<I, F> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.TakeWhile.html" title="struct streaming_iterator::TakeWhile">TakeWhile</a><I, F><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&I::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.bool.html">bool</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-17" class="associatedtype trait-impl"><a href="#associatedtype.Item-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <I as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-FlatMap%3CI,+J,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/lib.rs.html#1275-1326">source</a><a href="#impl-StreamingIterator-for-FlatMap%3CI,+J,+F%3E" class="anchor">§</a><h3 class="code-header">impl<I, J, F> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.FlatMap.html" title="struct streaming_iterator::FlatMap">FlatMap</a><I, J, F><div class="where">where
|
|
|
I: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,
|
|
|
F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(&I::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a>) -> J,
|
|
|
J: <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>,</div></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-18" class="associatedtype trait-impl"><a href="#associatedtype.Item-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <J as <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a>>::<a class="associatedtype" href="trait.StreamingIterator.html#associatedtype.Item" title="type streaming_iterator::StreamingIterator::Item">Item</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Empty%3CT%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#475-490">source</a><a href="#impl-StreamingIterator-for-Empty%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Empty.html" title="struct streaming_iterator::Empty">Empty</a><T></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-19" class="associatedtype trait-impl"><a href="#associatedtype.Item-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Once%3CT%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#541-563">source</a><a href="#impl-StreamingIterator-for-Once%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Once.html" title="struct streaming_iterator::Once">Once</a><T></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-20" class="associatedtype trait-impl"><a href="#associatedtype.Item-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Repeat%3CT%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#633-648">source</a><a href="#impl-StreamingIterator-for-Repeat%3CT%3E" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Repeat.html" title="struct streaming_iterator::Repeat">Repeat</a><T></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-21" class="associatedtype trait-impl"><a href="#associatedtype.Item-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-WindowsMut%3C'_,+T%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/slice.rs.html#86-119">source</a><a href="#impl-StreamingIterator-for-WindowsMut%3C'_,+T%3E" class="anchor">§</a><h3 class="code-header">impl<T> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.WindowsMut.html" title="struct streaming_iterator::WindowsMut">WindowsMut</a><'_, T></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-22" class="associatedtype trait-impl"><a href="#associatedtype.Item-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = <a class="primitive" href="https://doc.rust-lang.org/1.76.0/core/primitive.slice.html">[T]</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-FromFn%3CT,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#513-525">source</a><a href="#impl-StreamingIterator-for-FromFn%3CT,+F%3E" class="anchor">§</a><h3 class="code-header">impl<T, F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>() -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><T>> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.FromFn.html" title="struct streaming_iterator::FromFn">FromFn</a><T, F></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-23" class="associatedtype trait-impl"><a href="#associatedtype.Item-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-RepeatWith%3CT,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#671-688">source</a><a href="#impl-StreamingIterator-for-RepeatWith%3CT,+F%3E" class="anchor">§</a><h3 class="code-header">impl<T, F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>() -> T> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.RepeatWith.html" title="struct streaming_iterator::RepeatWith">RepeatWith</a><T, F></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-24" class="associatedtype trait-impl"><a href="#associatedtype.Item-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-Successors%3CT,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#708-736">source</a><a href="#impl-StreamingIterator-for-Successors%3CT,+F%3E" class="anchor">§</a><h3 class="code-header">impl<T, F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html" title="trait core::ops::function::FnMut">FnMut</a>(T) -> <a class="enum" href="https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><T>> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.Successors.html" title="struct streaming_iterator::Successors">Successors</a><T, F></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-25" class="associatedtype trait-impl"><a href="#associatedtype.Item-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-StreamingIterator-for-OnceWith%3CT,+F%3E" class="impl"><a class="src rightside" href="../src/streaming_iterator/sources.rs.html#588-606">source</a><a href="#impl-StreamingIterator-for-OnceWith%3CT,+F%3E" class="anchor">§</a><h3 class="code-header">impl<T, F: <a class="trait" href="https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnOnce.html" title="trait core::ops::function::FnOnce">FnOnce</a>() -> T> <a class="trait" href="trait.StreamingIterator.html" title="trait streaming_iterator::StreamingIterator">StreamingIterator</a> for <a class="struct" href="struct.OnceWith.html" title="struct streaming_iterator::OnceWith">OnceWith</a><T, F></h3></section></summary><div class="impl-items"><section id="associatedtype.Item-26" class="associatedtype trait-impl"><a href="#associatedtype.Item-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Item" class="associatedtype">Item</a> = T</h4></section></div></details></div><script src="../trait.impl/streaming_iterator/trait.StreamingIterator.js" async></script><script type="text/json" id="notable-traits-data">{"Cloned<Self>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.Cloned.html\" title=\"struct streaming_iterator::Cloned\">Cloned</a><I></code></h3><pre><code><div class=\"where\">impl<I> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.Cloned.html\" title=\"struct streaming_iterator::Cloned\">Cloned</a><I><div class=\"where\">where\n I: <a class=\"trait\" href=\"trait.StreamingIterator.html\" title=\"trait streaming_iterator::StreamingIterator\">StreamingIterator</a>,\n I::<a class=\"associatedtype\" href=\"trait.StreamingIterator.html#associatedtype.Item\" title=\"type streaming_iterator::StreamingIterator::Item\">Item</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/clone/trait.Clone.html\" title=\"trait core::clone::Clone\">Clone</a>,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = I::<a class=\"associatedtype\" href=\"trait.StreamingIterator.html#associatedtype.Item\" title=\"type streaming_iterator::StreamingIterator::Item\">Item</a>;</div>","Copied<Self>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.Copied.html\" title=\"struct streaming_iterator::Copied\">Copied</a><I></code></h3><pre><code><div class=\"where\">impl<I> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.Copied.html\" title=\"struct streaming_iterator::Copied\">Copied</a><I><div class=\"where\">where\n I: <a class=\"trait\" href=\"trait.StreamingIterator.html\" title=\"trait streaming_iterator::StreamingIterator\">StreamingIterator</a>,\n I::<a class=\"associatedtype\" href=\"trait.StreamingIterator.html#associatedtype.Item\" title=\"type streaming_iterator::StreamingIterator::Item\">Item</a>: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/marker/trait.Copy.html\" title=\"trait core::marker::Copy\">Copy</a>,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = I::<a class=\"associatedtype\" href=\"trait.StreamingIterator.html#associatedtype.Item\" title=\"type streaming_iterator::StreamingIterator::Item\">Item</a>;</div>","FilterMapDeref<Self, F>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.FilterMapDeref.html\" title=\"struct streaming_iterator::FilterMapDeref\">FilterMapDeref</a><I, F></code></h3><pre><code><div class=\"where\">impl<I, B, F> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.FilterMapDeref.html\" title=\"struct streaming_iterator::FilterMapDeref\">FilterMapDeref</a><I, F><div class=\"where\">where\n I: <a class=\"trait\" href=\"trait.StreamingIterator.html\" title=\"trait streaming_iterator::StreamingIterator\">StreamingIterator</a>,\n F: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html\" title=\"trait core::ops::function::FnMut\">FnMut</a>(&I::<a class=\"associatedtype\" href=\"trait.StreamingIterator.html#associatedtype.Item\" title=\"type streaming_iterator::StreamingIterator::Item\">Item</a>) -> <a class=\"enum\" href=\"https://doc.rust-lang.org/1.76.0/core/option/enum.Option.html\" title=\"enum core::option::Option\">Option</a><B>,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = B;</div>","MapDeref<Self, F>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.MapDeref.html\" title=\"struct streaming_iterator::MapDeref\">MapDeref</a><I, F></code></h3><pre><code><div class=\"where\">impl<I, B, F> <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.MapDeref.html\" title=\"struct streaming_iterator::MapDeref\">MapDeref</a><I, F><div class=\"where\">where\n I: <a class=\"trait\" href=\"trait.StreamingIterator.html\" title=\"trait streaming_iterator::StreamingIterator\">StreamingIterator</a>,\n F: <a class=\"trait\" href=\"https://doc.rust-lang.org/1.76.0/core/ops/function/trait.FnMut.html\" title=\"trait core::ops::function::FnMut\">FnMut</a>(&I::<a class=\"associatedtype\" href=\"trait.StreamingIterator.html#associatedtype.Item\" title=\"type streaming_iterator::StreamingIterator::Item\">Item</a>) -> B,</div></div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.76.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = B;</div>"}</script></section></div></main></body></html> |