☰
Split2
devise_core
0.4.1
Split2
Required Methods
split2
Implementors
In devise_core::ext
Macros
quote_respanned
Structs
IdentReplacer
LifetimeReplacer
Enums
GenericKind
Traits
AstItemExt
GenericExt
GenericParamExt
GenericsExt
PathExt
SpanDiagnosticExt
Split2
Split3
Split4
Split6
TypeExt
?
Trait
devise_core
::
ext
::
Split2
source
·
[
−
]
pub trait Split2<A, B>:
Sized
+
Iterator
{ // Required method fn
split2
(self) -> (
Vec
<A>,
Vec
<B>); }
Required Methods
§
source
fn
split2
(self) -> (
Vec
<A>,
Vec
<B>)
Implementors
§
source
§
impl<A, B, I:
IntoIterator
<Item =
(A, B)
> +
Iterator
>
Split2
<A, B> for I