Docs.rs
zenoh-core-0.10.1-rc
zenoh-core 0.10.1-rc
Docs.rs crate page
EPL-2.0
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
JEnoch
eclipse-zenoh-bot
Mallets
OlivierHecart
Dependencies
async-std =1.12.0
normal
lazy_static ^1.4.0
normal
zenoh-result ^0.10.1-rc
normal
Versions
6.25%
of the crate is documented
Go to latest stable release
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
☰
zenoh_core
0.10.1-rc
Resolvable
Required Associated Types
To
Implementors
In crate zenoh_core
?
Trait
zenoh_core
::
Resolvable
source
·
[
−
]
pub trait Resolvable { type
To
:
Sized
+
Send
; }
Required Associated Types
§
source
type
To
:
Sized
+
Send
Implementors
§
source
§
impl<C, To>
Resolvable
for
ResolveClosure
<C, To>
where To:
Sized
+
Send
, C:
FnOnce
() -> To +
Send
,
§
type
To
= To
source
§
impl<F, To>
Resolvable
for
ResolveFuture
<F, To>
where To:
Sized
+
Send
, F:
Future
<Output = To> +
Send
,
§
type
To
= To