Docs.rs
zenoh-ext-1.0.2
zenoh-ext 1.0.2
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
bincode ^1.3.3
normal
flume ^0.11
normal
futures ^0.3.30
normal
leb128 ^0.2
normal
serde ^1.0.210
normal
tokio ^1.40.0
normal
tracing ^0.1
normal
zenoh ^1.0.2
normal
zenoh-macros ^1.0.2
normal
zenoh-util ^1.0.2
normal
rand ^0.8.5
dev
zenoh-config ^1.0.2
dev
Versions
48.48%
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
zenoh_
ext
1.0.2
Extract
Sample
Required Methods
extract
Implementations on Foreign Types
Reply
Implementors
In crate zenoh_
ext
zenoh_ext
Trait
ExtractSample
Copy item path
Source
pub trait ExtractSample { // Required method fn
extract
(self) ->
ZResult
<
Sample
>; }
Required Methods
§
Source
fn
extract
(self) ->
ZResult
<
Sample
>
Implementations on Foreign Types
§
Source
§
impl
ExtractSample
for
Reply
Source
§
fn
extract
(self) ->
ZResult
<
Sample
>
Implementors
§