core
1.91.0-nightly
(1ebbd87a6 2025-08-11)
TraitB
Required Methods
extend
Implementors
In core::
iter::
traits::
collect
core
::
iter
::
traits
::
collect
Trait
TraitB
Copy item path
Source
trait TraitB<B, A> { // Required method fn
extend
(self, b:
&mut B
, a:
&mut A
); }
Required Methods
§
Source
fn
extend
(self, b:
&mut B
, a:
&mut A
)
Implementors
§
Source
§
impl<B, A, EB, EA, Iter>
TraitB
<EB, EA> for Iter
where EB:
Extend
<B>, EA:
Extend
<A>, Iter:
Iterator
<Item =
(B, A)
>,
Source
§
impl<B, A, EB, EA, Iter>
TraitB
<EB, EA> for Iter
where EB:
Extend
<B>, EA:
Extend
<A>, Iter:
TrustedLen
<Item =
(B, A)
>,