Docs.rs
zenoh-core-1.5.0
zenoh-core 1.5.0
Permalink
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
lazy_static ^1.5.0
normal
tokio ^1.40.0
normal
zenoh-result =1.5.0
normal
zenoh-runtime =1.5.0
normal
Versions
17.86%
of the crate is documented
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
1.5.0
Resolvable
Required Associated Types
To
Implementors
In crate zenoh_
core
zenoh_core
Trait
Resolvable
Copy item path
Source
pub trait Resolvable { type
To
:
Sized
; }
Expand description
A resolvable execution, either sync or async
Required Associated Types
§
Source
type
To
:
Sized
Implementors
§
Source
§
impl<C, To>
Resolvable
for
ResolveClosure
<C, To>
where To:
Sized
+
Send
, C:
FnOnce
() -> To +
Send
,
Source
§
type
To
= To
Source
§
impl<F, To>
Resolvable
for
ResolveFuture
<F, To>
where To:
Sized
+
Send
, F:
Future
<Output = To> +
Send
,
Source
§
type
To
= To