image2aa 0.1.4

Convert image to ASCII Art.
Documentation
<!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="Argument conversion into a producer."><meta name="keywords" content="rust, rustlang, rust-lang, IntoNdProducer"><title>IntoNdProducer in ndarray - Rust</title><link rel="stylesheet" type="text/css" href="../normalize.css"><link rel="stylesheet" type="text/css" href="../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../light.css"  id="themeStyle"><link rel="stylesheet" type="text/css" href="../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../ayu.css" disabled ><script id="default-settings"></script><script src="../storage.js"></script><script src="../crates.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../favicon.svg">
<link rel="alternate icon" type="image/png" href="../favicon-16x16.png">
<link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></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="sidebar"><div class="sidebar-menu" role="button">&#9776;</div><a href='../ndarray/index.html'><div class='logo-container rust-logo'><img src='../rust-logo.png' alt='logo'></div></a><h2 class="location">Trait IntoNdProducer</h2><div class="sidebar-elems"><div class="block items"><h3 class="sidebar-title"><a href="#associated-types">Associated Types</a></h3><div class="sidebar-links"><a href="#associatedtype.Dim">Dim</a><a href="#associatedtype.Item">Item</a><a href="#associatedtype.Output">Output</a></div><h3 class="sidebar-title"><a href="#required-methods">Required Methods</a></h3><div class="sidebar-links"><a href="#tymethod.into_producer">into_producer</a></div><h3 class="sidebar-title"><a href="#foreign-impls">Implementations on Foreign Types</a></h3><div class="sidebar-links"><a href="#impl-IntoNdProducer-for-%26%27a%20Vec%3CA%3E">&amp;&#39;a Vec&lt;A&gt;</a><a href="#impl-IntoNdProducer-for-%26%27a%20%5BA%5D">&amp;&#39;a [A]</a><a href="#impl-IntoNdProducer-for-%26%27a%20mut%20Vec%3CA%3E">&amp;&#39;a mut Vec&lt;A&gt;</a><a href="#impl-IntoNdProducer-for-%26%27a%20mut%20%5BA%5D">&amp;&#39;a mut [A]</a></div><h3 class="sidebar-title"><a href="#implementors">Implementors</a></h3></div><h2 class="location">Other items in<br><a href="index.html">ndarray</a></h2><div id="sidebar-vars" data-name="IntoNdProducer" data-ty="trait" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img src="../brush.svg" width="18" height="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../settings.html" title="settings"><img src="../wheel.svg" width="18" height="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Trait <a href="index.html">ndarray</a>::<wbr><a class="trait" href="#">IntoNdProducer</a><button id="copy-path" onclick="copy_path(this)" title="copy path"><img src="../clipboard.svg" width="19" height="18" alt="Copy item import" title="Copy item import to clipboard"></button></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span><a class="srclink" href="../src/ndarray/zip/mod.rs.html#103-111" title="goto source code">[src]</a></span></h1><div class="docblock type-decl"><pre class="rust trait">pub trait IntoNdProducer {
    type <a href="#associatedtype.Item" class="type">Item</a>;
    type <a href="#associatedtype.Dim" class="type">Dim</a>: <a class="trait" href="trait.Dimension.html" title="trait ndarray::Dimension">Dimension</a>;
    type <a href="#associatedtype.Output" class="type">Output</a>: <a class="trait" href="trait.NdProducer.html" title="trait ndarray::NdProducer">NdProducer</a>&lt;Dim = Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Dim" title="type ndarray::IntoNdProducer::Dim">Dim</a>, Item = Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Item" title="type ndarray::IntoNdProducer::Item">Item</a>&gt;;
    fn <a href="#tymethod.into_producer" class="fnname">into_producer</a>(self) -&gt; Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a>;
}</pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Argument conversion into a producer.</p>
<p>Slices and vectors can be used (equivalent to 1-dimensional array views).</p>
<p>This trait is like <code>IntoIterator</code> for <code>NdProducers</code> instead of iterators.</p>
</div></details><h2 id="associated-types" class="small-section-header">Associated Types<a href="#associated-types" class="anchor"></a></h2><div class="methods"><details class="rustdoc-toggle" open><summary><div id="associatedtype.Item" class="method has-srclink"><h4 class="code-header">type <a href="#associatedtype.Item" class="type">Item</a></h4><a class="srclink" href="../src/ndarray/zip/mod.rs.html#105" title="goto source code">[src]</a></div></summary><div class="docblock"><p>The element produced per iteration.</p>
</div></details><details class="rustdoc-toggle" open><summary><div id="associatedtype.Dim" class="method has-srclink"><h4 class="code-header">type <a href="#associatedtype.Dim" class="type">Dim</a>: <a class="trait" href="trait.Dimension.html" title="trait ndarray::Dimension">Dimension</a></h4><a class="srclink" href="../src/ndarray/zip/mod.rs.html#107" title="goto source code">[src]</a></div></summary><div class="docblock"><p>Dimension type of the producer</p>
</div></details><div id="associatedtype.Output" class="method has-srclink"><h4 class="code-header">type <a href="#associatedtype.Output" class="type">Output</a>: <a class="trait" href="trait.NdProducer.html" title="trait ndarray::NdProducer">NdProducer</a>&lt;Dim = Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Dim" title="type ndarray::IntoNdProducer::Dim">Dim</a>, Item = Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Item" title="type ndarray::IntoNdProducer::Item">Item</a>&gt;</h4><a class="srclink" href="../src/ndarray/zip/mod.rs.html#108" title="goto source code">[src]</a></div></div><h2 id="required-methods" class="small-section-header">Required methods<a href="#required-methods" class="anchor"></a></h2><div class="methods"><details class="rustdoc-toggle" open><summary><div id="tymethod.into_producer" class="method has-srclink"><h4 class="code-header">fn <a href="#tymethod.into_producer" class="fnname">into_producer</a>(self) -&gt; Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a></h4><a class="srclink" href="../src/ndarray/zip/mod.rs.html#110" title="goto source code">[src]</a></div></summary><div class="docblock"><p>Convert the value into an <code>NdProducer</code>.</p>
</div></details></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor"></a></h2><details class="rustdoc-toggle implementors-toggle"><summary><div id="impl-IntoNdProducer-for-%26%27a%20%5BA%5D" class="impl has-srclink"><h3 class="code-header in-band">impl&lt;'a, A:&nbsp;'a&gt; <a class="trait" href="trait.IntoNdProducer.html" title="trait ndarray::IntoNdProducer">IntoNdProducer</a> for <a class="primitive" href="https://doc.rust-lang.org/1.54.0/std/primitive.slice.html">&amp;'a [A]</a></h3><a href="#impl-IntoNdProducer-for-%26%27a%20%5BA%5D" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#237-244" title="goto source code">[src]</a></div></summary><div class="docblock"><p>A slice is a one-dimensional producer</p>
</div><div class="impl-items"><div id="associatedtype.Item-1" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Item" class="type">Item</a> = &lt;Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a> as <a class="trait" href="trait.NdProducer.html" title="trait ndarray::NdProducer">NdProducer</a>&gt;::<a class="type" href="trait.NdProducer.html#associatedtype.Item" title="type ndarray::NdProducer::Item">Item</a></h4><a href="#associatedtype.Item-1" class="anchor"></a></div><div id="associatedtype.Dim-1" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Dim" class="type">Dim</a> = <a class="type" href="type.Ix1.html" title="type ndarray::Ix1">Ix1</a></h4><a href="#associatedtype.Dim-1" class="anchor"></a></div><div id="associatedtype.Output-1" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Output" class="type">Output</a> = <a class="type" href="type.ArrayView1.html" title="type ndarray::ArrayView1">ArrayView1</a>&lt;'a, A&gt;</h4><a href="#associatedtype.Output-1" class="anchor"></a></div><div id="method.into_producer" class="method trait-impl has-srclink"><h4 class="code-header">fn <a href="#tymethod.into_producer" class="fnname">into_producer</a>(self) -&gt; Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a></h4><a href="#method.into_producer" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#241-243" title="goto source code">[src]</a></div></div></details><details class="rustdoc-toggle implementors-toggle"><summary><div id="impl-IntoNdProducer-for-%26%27a%20mut%20%5BA%5D" class="impl has-srclink"><h3 class="code-header in-band">impl&lt;'a, A:&nbsp;'a&gt; <a class="trait" href="trait.IntoNdProducer.html" title="trait ndarray::IntoNdProducer">IntoNdProducer</a> for <a class="primitive" href="https://doc.rust-lang.org/1.54.0/std/primitive.slice.html">&amp;'a mut [A]</a></h3><a href="#impl-IntoNdProducer-for-%26%27a%20mut%20%5BA%5D" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#247-254" title="goto source code">[src]</a></div></summary><div class="docblock"><p>A mutable slice is a mutable one-dimensional producer</p>
</div><div class="impl-items"><div id="associatedtype.Item-2" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Item" class="type">Item</a> = &lt;Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a> as <a class="trait" href="trait.NdProducer.html" title="trait ndarray::NdProducer">NdProducer</a>&gt;::<a class="type" href="trait.NdProducer.html#associatedtype.Item" title="type ndarray::NdProducer::Item">Item</a></h4><a href="#associatedtype.Item-2" class="anchor"></a></div><div id="associatedtype.Dim-2" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Dim" class="type">Dim</a> = <a class="type" href="type.Ix1.html" title="type ndarray::Ix1">Ix1</a></h4><a href="#associatedtype.Dim-2" class="anchor"></a></div><div id="associatedtype.Output-2" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Output" class="type">Output</a> = <a class="type" href="type.ArrayViewMut1.html" title="type ndarray::ArrayViewMut1">ArrayViewMut1</a>&lt;'a, A&gt;</h4><a href="#associatedtype.Output-2" class="anchor"></a></div><div id="method.into_producer-1" class="method trait-impl has-srclink"><h4 class="code-header">fn <a href="#tymethod.into_producer" class="fnname">into_producer</a>(self) -&gt; Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a></h4><a href="#method.into_producer-1" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#251-253" title="goto source code">[src]</a></div></div></details><details class="rustdoc-toggle implementors-toggle"><summary><div id="impl-IntoNdProducer-for-%26%27a%20Vec%3CA%3E" class="impl has-srclink"><h3 class="code-header in-band">impl&lt;'a, A:&nbsp;'a&gt; <a class="trait" href="trait.IntoNdProducer.html" title="trait ndarray::IntoNdProducer">IntoNdProducer</a> for &amp;'a <a class="struct" href="https://doc.rust-lang.org/1.54.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;A&gt;</h3><a href="#impl-IntoNdProducer-for-%26%27a%20Vec%3CA%3E" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#257-264" title="goto source code">[src]</a></div></summary><div class="docblock"><p>A Vec is a one-dimensional producer</p>
</div><div class="impl-items"><div id="associatedtype.Item-3" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Item" class="type">Item</a> = &lt;Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a> as <a class="trait" href="trait.NdProducer.html" title="trait ndarray::NdProducer">NdProducer</a>&gt;::<a class="type" href="trait.NdProducer.html#associatedtype.Item" title="type ndarray::NdProducer::Item">Item</a></h4><a href="#associatedtype.Item-3" class="anchor"></a></div><div id="associatedtype.Dim-3" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Dim" class="type">Dim</a> = <a class="type" href="type.Ix1.html" title="type ndarray::Ix1">Ix1</a></h4><a href="#associatedtype.Dim-3" class="anchor"></a></div><div id="associatedtype.Output-3" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Output" class="type">Output</a> = <a class="type" href="type.ArrayView1.html" title="type ndarray::ArrayView1">ArrayView1</a>&lt;'a, A&gt;</h4><a href="#associatedtype.Output-3" class="anchor"></a></div><div id="method.into_producer-2" class="method trait-impl has-srclink"><h4 class="code-header">fn <a href="#tymethod.into_producer" class="fnname">into_producer</a>(self) -&gt; Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a></h4><a href="#method.into_producer-2" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#261-263" title="goto source code">[src]</a></div></div></details><details class="rustdoc-toggle implementors-toggle"><summary><div id="impl-IntoNdProducer-for-%26%27a%20mut%20Vec%3CA%3E" class="impl has-srclink"><h3 class="code-header in-band">impl&lt;'a, A:&nbsp;'a&gt; <a class="trait" href="trait.IntoNdProducer.html" title="trait ndarray::IntoNdProducer">IntoNdProducer</a> for &amp;'a mut <a class="struct" href="https://doc.rust-lang.org/1.54.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;A&gt;</h3><a href="#impl-IntoNdProducer-for-%26%27a%20mut%20Vec%3CA%3E" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#267-274" title="goto source code">[src]</a></div></summary><div class="docblock"><p>A mutable Vec is a mutable one-dimensional producer</p>
</div><div class="impl-items"><div id="associatedtype.Item-4" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Item" class="type">Item</a> = &lt;Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a> as <a class="trait" href="trait.NdProducer.html" title="trait ndarray::NdProducer">NdProducer</a>&gt;::<a class="type" href="trait.NdProducer.html#associatedtype.Item" title="type ndarray::NdProducer::Item">Item</a></h4><a href="#associatedtype.Item-4" class="anchor"></a></div><div id="associatedtype.Dim-4" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Dim" class="type">Dim</a> = <a class="type" href="type.Ix1.html" title="type ndarray::Ix1">Ix1</a></h4><a href="#associatedtype.Dim-4" class="anchor"></a></div><div id="associatedtype.Output-4" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Output" class="type">Output</a> = <a class="type" href="type.ArrayViewMut1.html" title="type ndarray::ArrayViewMut1">ArrayViewMut1</a>&lt;'a, A&gt;</h4><a href="#associatedtype.Output-4" class="anchor"></a></div><div id="method.into_producer-3" class="method trait-impl has-srclink"><h4 class="code-header">fn <a href="#tymethod.into_producer" class="fnname">into_producer</a>(self) -&gt; Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a></h4><a href="#method.into_producer-3" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#271-273" title="goto source code">[src]</a></div></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor"></a></h2><div class="item-list" id="implementors-list"><details class="rustdoc-toggle implementors-toggle"><summary><div id="impl-IntoNdProducer" class="impl has-srclink"><h3 class="code-header in-band">impl&lt;'a, A:&nbsp;'a, S, D&gt; <a class="trait" href="trait.IntoNdProducer.html" title="trait ndarray::IntoNdProducer">IntoNdProducer</a> for &amp;'a <a class="struct" href="struct.ArrayBase.html" title="struct ndarray::ArrayBase">ArrayBase</a>&lt;S, D&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;D: <a class="trait" href="trait.Dimension.html" title="trait ndarray::Dimension">Dimension</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;S: <a class="trait" href="trait.Data.html" title="trait ndarray::Data">Data</a>&lt;Elem = A&gt;,&nbsp;</span></h3><a href="#impl-IntoNdProducer" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#210-220" title="goto source code">[src]</a></div></summary><div class="docblock"><p>An array reference is an n-dimensional producer of element references
(like ArrayView).</p>
</div><div class="impl-items"><div id="associatedtype.Item-5" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Item" class="type">Item</a> = <a class="primitive" href="https://doc.rust-lang.org/1.54.0/std/primitive.reference.html">&amp;'a </a>A</h4><a href="#associatedtype.Item-5" class="anchor"></a></div><div id="associatedtype.Dim-5" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Dim" class="type">Dim</a> = D</h4><a href="#associatedtype.Dim-5" class="anchor"></a></div><div id="associatedtype.Output-5" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Output" class="type">Output</a> = <a class="type" href="type.ArrayView.html" title="type ndarray::ArrayView">ArrayView</a>&lt;'a, A, D&gt;</h4><a href="#associatedtype.Output-5" class="anchor"></a></div><div id="method.into_producer-4" class="method trait-impl has-srclink"><h4 class="code-header">fn <a href="#tymethod.into_producer" class="fnname">into_producer</a>(self) -&gt; Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a></h4><a href="#method.into_producer-4" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#217-219" title="goto source code">[src]</a></div></div></details><details class="rustdoc-toggle implementors-toggle"><summary><div id="impl-IntoNdProducer-1" class="impl has-srclink"><h3 class="code-header in-band">impl&lt;'a, A:&nbsp;'a, S, D&gt; <a class="trait" href="trait.IntoNdProducer.html" title="trait ndarray::IntoNdProducer">IntoNdProducer</a> for &amp;'a mut <a class="struct" href="struct.ArrayBase.html" title="struct ndarray::ArrayBase">ArrayBase</a>&lt;S, D&gt; <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;D: <a class="trait" href="trait.Dimension.html" title="trait ndarray::Dimension">Dimension</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;S: <a class="trait" href="trait.DataMut.html" title="trait ndarray::DataMut">DataMut</a>&lt;Elem = A&gt;,&nbsp;</span></h3><a href="#impl-IntoNdProducer-1" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#224-234" title="goto source code">[src]</a></div></summary><div class="docblock"><p>A mutable array reference is an n-dimensional producer of mutable element
references (like ArrayViewMut).</p>
</div><div class="impl-items"><div id="associatedtype.Item-6" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Item" class="type">Item</a> = <a class="primitive" href="https://doc.rust-lang.org/1.54.0/std/primitive.reference.html">&amp;'a mut </a>A</h4><a href="#associatedtype.Item-6" class="anchor"></a></div><div id="associatedtype.Dim-6" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Dim" class="type">Dim</a> = D</h4><a href="#associatedtype.Dim-6" class="anchor"></a></div><div id="associatedtype.Output-6" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Output" class="type">Output</a> = <a class="type" href="type.ArrayViewMut.html" title="type ndarray::ArrayViewMut">ArrayViewMut</a>&lt;'a, A, D&gt;</h4><a href="#associatedtype.Output-6" class="anchor"></a></div><div id="method.into_producer-5" class="method trait-impl has-srclink"><h4 class="code-header">fn <a href="#tymethod.into_producer" class="fnname">into_producer</a>(self) -&gt; Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a></h4><a href="#method.into_producer-5" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#231-233" title="goto source code">[src]</a></div></div></details><details class="rustdoc-toggle implementors-toggle"><summary><div id="impl-IntoNdProducer-2" class="impl has-srclink"><h3 class="code-header in-band">impl&lt;P&gt; <a class="trait" href="trait.IntoNdProducer.html" title="trait ndarray::IntoNdProducer">IntoNdProducer</a> for P <span class="where fmt-newline">where<br>&nbsp;&nbsp;&nbsp;&nbsp;P: <a class="trait" href="trait.NdProducer.html" title="trait ndarray::NdProducer">NdProducer</a>,&nbsp;</span></h3><a href="#impl-IntoNdProducer-2" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#113-118" title="goto source code">[src]</a></div></summary><div class="impl-items"><div id="associatedtype.Item-7" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Item" class="type">Item</a> = P::<a class="type" href="trait.NdProducer.html#associatedtype.Item" title="type ndarray::NdProducer::Item">Item</a></h4><a href="#associatedtype.Item-7" class="anchor"></a></div><div id="associatedtype.Dim-7" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Dim" class="type">Dim</a> = P::<a class="type" href="trait.NdProducer.html#associatedtype.Dim" title="type ndarray::NdProducer::Dim">Dim</a></h4><a href="#associatedtype.Dim-7" class="anchor"></a></div><div id="associatedtype.Output-7" class="type trait-impl has-srclink"><h4 class="code-header">type <a href="#associatedtype.Output" class="type">Output</a> = Self</h4><a href="#associatedtype.Output-7" class="anchor"></a></div><div id="method.into_producer-6" class="method trait-impl has-srclink"><h4 class="code-header">fn <a href="#tymethod.into_producer" class="fnname">into_producer</a>(self) -&gt; Self::<a class="type" href="trait.IntoNdProducer.html#associatedtype.Output" title="type ndarray::IntoNdProducer::Output">Output</a></h4><a href="#method.into_producer-6" class="anchor"></a><a class="srclink" href="../src/ndarray/zip/mod.rs.html#117" title="goto source code">[src]</a></div></div></details></div><script type="text/javascript" src="../implementors/ndarray/trait.IntoNdProducer.js" async></script></section><section id="search" class="content hidden"></section><div id="rustdoc-vars" data-root-path="../" data-current-crate="ndarray" data-search-index-js="../search-index.js" data-search-js="../search.js"></div><script src="../main.js"></script></body></html>