Docs.rs
async-zmq-types-0.2.0
async-zmq-types 0.2.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
asonix
Dependencies
failure ^0.1
normal
futures ^0.1
normal
zmq ^0.8
normal
tokio ^0.1
dev
Versions
60.47%
of the crate is documented
Go to latest version
Platform
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
☰
Build
Required Associated Types
Result
Required Methods
build
Implementors
In async_zmq_types
?
Trait
async_zmq_types
::
Build
source
·
[
−
]
pub trait Build<T, E> { type
Result
:
Future
<Item = T, Error = E>; fn
build
(self) -> Self::
Result
; }
Required Associated Types
source
type
Result
:
Future
<Item = T, Error = E>
Required Methods
source
fn
build
(self) -> Self::
Result
Implementors