Docs.rs
zenoh-protocol-0.7.0-rc
zenoh-protocol 0.7.0-rc
Docs.rs crate page
EPL-2.0
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
JEnoch
kydos
eclipse-zenoh-bot
Mallets
OlivierHecart
Dependencies
log ^0.4.17
normal
uhlc ^0.5.1
normal
zenoh-buffers ^0.7.0-rc
normal
zenoh-core ^0.7.0-rc
normal
zenoh-protocol-core ^0.7.0-rc
normal
criterion ^0.4.0
dev
rand ^0.8.5
dev
uuid ^1.2.2
dev
Versions
33.33%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
ByteSliceExactIter
Implementors
In zenoh_protocol::io
?
Trait
zenoh_protocol
::
io
::
ByteSliceExactIter
source
·
[
−
]
pub trait ByteSliceExactIter<'a>:
Iterator
<Item = &'a [
u8
]> +
ExactSizeIterator
{ }
Implementors
§
source
§
impl<'a, T>
ByteSliceExactIter
<'a> for T
where
T:
Iterator
<Item = &'a [
u8
]> +
ExactSizeIterator
,