konst_
macro_
rules
0.2.19
Into
Iter
Kind
Required Associated Types
Kind
Implementations on Foreign Types
&&[T; N]
&&[T]
&Range<T>
&RangeFrom<T>
&RangeInclusive<T>
&[T; N]
&[T]
Range<T>
RangeFrom<T>
RangeInclusive<T>
Implementors
In konst_
macro_
rules::
into_
iter
konst_macro_rules
::
into_iter
Trait
IntoIterKind
Copy item path
Source
pub trait IntoIterKind { type
Kind
; }
Required Associated Types
§
Source
type
Kind
Implementations on Foreign Types
§
Source
§
impl<T>
IntoIterKind
for &&
[T]
Source
§
type
Kind
=
IsStdKind
Source
§
impl<T>
IntoIterKind
for &
[T]
Source
§
type
Kind
=
IsStdKind
Source
§
impl<T>
IntoIterKind
for &
Range
<T>
Source
§
type
Kind
=
IsStdKind
Source
§
impl<T>
IntoIterKind
for &
RangeFrom
<T>
Source
§
type
Kind
=
IsStdKind
Source
§
impl<T>
IntoIterKind
for &
RangeInclusive
<T>
Source
§
type
Kind
=
IsStdKind
Source
§
impl<T>
IntoIterKind
for
Range
<T>
Source
§
type
Kind
=
IsStdKind
Source
§
impl<T>
IntoIterKind
for
RangeFrom
<T>
Source
§
type
Kind
=
IsStdKind
Source
§
impl<T>
IntoIterKind
for
RangeInclusive
<T>
Source
§
type
Kind
=
IsStdKind
Source
§
impl<T, const N:
usize
>
IntoIterKind
for &&
[T; N]
Source
§
type
Kind
=
IsStdKind
Source
§
impl<T, const N:
usize
>
IntoIterKind
for &
[T; N]
Source
§
type
Kind
=
IsStdKind
Implementors
§
Source
§
impl
IntoIterKind
for
EmptyIter
Source
§
type
Kind
=
IsIteratorKind
Source
§
impl<'a, T>
IntoIterKind
for
Iter
<'a, T>
Source
§
type
Kind
=
IsIteratorKind
Source
§
impl<'a, T>
IntoIterKind
for
IterCopied
<'a, T>
Source
§
type
Kind
=
IsIteratorKind
Source
§
impl<'a, T>
IntoIterKind
for
IterCopiedRev
<'a, T>
Source
§
type
Kind
=
IsIteratorKind
Source
§
impl<'a, T>
IntoIterKind
for
IterRev
<'a, T>
Source
§
type
Kind
=
IsIteratorKind
Source
§
impl<T>
IntoIterKind
for
RangeFromIter
<T>
Source
§
type
Kind
=
IsIteratorKind
Source
§
impl<T>
IntoIterKind
for
RangeInclusiveIter
<T>
Source
§
type
Kind
=
IsIteratorKind
Source
§
impl<T>
IntoIterKind
for
RangeInclusiveIterRev
<T>
Source
§
type
Kind
=
IsIteratorKind
Source
§
impl<T>
IntoIterKind
for
RangeIter
<T>
Source
§
type
Kind
=
IsIteratorKind
Source
§
impl<T>
IntoIterKind
for
RangeIterRev
<T>
Source
§
type
Kind
=
IsIteratorKind