Trait exprz::iter::IntoIteratorGen [−][src]
Convert a type into a IteratorGen
.
Associated Types
type IterGen: IteratorGen<T>
[src]
Underlying IteratorGen
Type
Required methods
Loading content...Implementations on Foreign Types
impl<T> IntoIteratorGen<T> for Vec<T>
[src]
This is supported on crate feature
alloc
only.Implementors
impl<A, G> IntoIteratorGen<MultiExpr<A, G>> for (Vec<MultiExpr<A, G>>, G)
[src]
This is supported on crate feature
alloc
only.impl<T> IntoIteratorGen<Expr<T, usize, usize>> for ExprGroup<T>
[src]
This is supported on crate feature
buffered
only.