Trait IntoGeneralIterator
Source pub trait IntoGeneralIterator {
// Provided methods
fn type1<B, C, D, E, F, G, H, I, J>(
self,
) -> GeneralIterator<Self, B, C, D, E, F, G, H, I, J> ⓘ
where Self: Sized { ... }
fn type2<A, C, D, E, F, G, H, I, J>(
self,
) -> GeneralIterator<A, Self, C, D, E, F, G, H, I, J> ⓘ
where Self: Sized { ... }
fn type3<A, B, D, E, F, G, H, I, J>(
self,
) -> GeneralIterator<A, B, Self, D, E, F, G, H, I, J> ⓘ
where Self: Sized { ... }
fn type4<A, B, C, E, F, G, H, I, J>(
self,
) -> GeneralIterator<A, B, C, Self, E, F, G, H, I, J> ⓘ
where Self: Sized { ... }
fn type5<A, B, C, D, F, G, H, I, J>(
self,
) -> GeneralIterator<A, B, C, D, Self, F, G, H, I, J> ⓘ
where Self: Sized { ... }
fn type6<A, B, C, D, E, G, H, I, J>(
self,
) -> GeneralIterator<A, B, C, D, E, Self, G, H, I, J> ⓘ
where Self: Sized { ... }
fn type7<A, B, C, D, E, F, H, I, J>(
self,
) -> GeneralIterator<A, B, C, D, E, F, Self, H, I, J> ⓘ
where Self: Sized { ... }
fn type8<A, B, C, D, E, F, G, I, J>(
self,
) -> GeneralIterator<A, B, C, D, E, F, G, Self, I, J> ⓘ
where Self: Sized { ... }
fn type9<A, B, C, D, E, F, G, H, J>(
self,
) -> GeneralIterator<A, B, C, D, E, F, G, H, Self, J> ⓘ
where Self: Sized { ... }
fn type10<A, B, C, D, E, F, G, H, I>(
self,
) -> GeneralIterator<A, B, C, D, E, F, G, H, I, Self> ⓘ
where Self: Sized { ... }
}