☰
Trait HasItem
Associated Types
Item
Implementations on Foreign Types
[T]
Implementors
Other items in
otopr
All crates
?
Trait
otopr
::
HasItem
[
−
]
[src]
pub trait HasItem { type
Item
; }
Associated Types
[src]
type
Item
Implementations on Foreign Types
[src]
impl<T>
HasItem
for
[
T
]
type
Item
= T
Implementors
[src]
impl<T:
IntoIterator
>
HasItem
for T
type
Item
= T::
Item