Skip to content

Commit dd09e5a

Browse files
committed
DOC: Doc for NdProducer::Item
1 parent 3f6404e commit dd09e5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/zip/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,10 @@ impl<P> IntoNdProducer for P where P: NdProducer {
135135
///
136136
/// Producers are used as a arguments to `Zip` and `azip!()`.
137137
pub trait NdProducer {
138+
/// The element produced per iteration.
138139
type Item;
140+
// Internal use / Pointee type
141+
#[doc(hidden)]
139142
type Elem;
140143
/// Dimension type
141144
type Dim: Dimension;

0 commit comments

Comments
 (0)