Docs.rs
stream-operators-0.1.0
stream-operators 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tyrchen
Dependencies
pin-project-lite ^0.2.9
normal
tokio ^1.21.2
normal
tokio-stream ^0.1.11
normal
futures ^0.3.25
dev
tokio ^1.21.2
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ItemKey
Required Associated Types
Key
Required Methods
key
Implementations on Foreign Types
String
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In stream_operators
?
Trait
stream_operators
::
ItemKey
source
·
[
−
]
pub trait ItemKey { type
Key
:
Debug
+
PartialEq
+
Eq
+
Hash
; fn
key
(&self) -> Self::
Key
; }
Required Associated Types
source
type
Key
:
Debug
+
PartialEq
+
Eq
+
Hash
Required Methods
source
fn
key
(&self) -> Self::
Key
Implementations on Foreign Types
source
impl
ItemKey
for
u8
type
Key
=
u8
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
u16
type
Key
=
u16
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
u32
type
Key
=
u32
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
u64
type
Key
=
u64
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
u128
type
Key
=
u128
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
usize
type
Key
=
usize
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
i8
type
Key
=
i8
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
i16
type
Key
=
i16
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
i32
type
Key
=
i32
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
i64
type
Key
=
i64
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
i128
type
Key
=
i128
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
isize
type
Key
=
isize
source
fn
key
(&self) -> Self::
Key
source
impl
ItemKey
for
String
type
Key
=
String
source
fn
key
(&self) -> Self::
Key
Implementors