Docs.rs
zenoh-keyexpr-1.5.1
zenoh-keyexpr 1.5.1
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
getrandom ^0.2
normal
keyed-set ^1.1.0
normal
rand ^0.8.5
normal
schemars ^0.8.21
normal
optional
serde ^1.0.210
normal
token-cell ^2.0.0
normal
zenoh-result =1.5.1
normal
ahash ^0.8.11
dev
criterion ^0.5
dev
lazy_static ^1.5.0
dev
rand ^0.8.5
dev
test-case ^3.3.1
dev
hashbrown ^0.14
normal
Versions
41.2%
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
HasChunk
zenoh_
keyexpr
1.5.1
HasChunk
Required Methods
chunk
Implementations on Foreign Types
&T
&mut T
Arc<T>
Box<T>
TokenCell<T, Token>
Implementors
In zenoh_
keyexpr::
keyexpr_
tree::
traits
zenoh_keyexpr
::
keyexpr_tree
::
traits
Trait
HasChunk
Copy item path
Source
pub trait HasChunk { // Required method fn
chunk
(&self) -> &
keyexpr
; }
Required Methods
§
Source
fn
chunk
(&self) -> &
keyexpr
Implementations on Foreign Types
§
Source
§
impl<T:
HasChunk
>
HasChunk
for
&T
Source
§
fn
chunk
(&self) -> &
keyexpr
Source
§
impl<T:
HasChunk
>
HasChunk
for
&mut T
Source
§
fn
chunk
(&self) -> &
keyexpr
Source
§
impl<T:
HasChunk
>
HasChunk
for
Box
<T>
Source
§
fn
chunk
(&self) -> &
keyexpr
Source
§
impl<T:
HasChunk
>
HasChunk
for
Arc
<T>
Source
§
fn
chunk
(&self) -> &
keyexpr
Source
§
impl<T:
HasChunk
, Token:
TokenTrait
>
HasChunk
for
TokenCell
<T, Token>
Source
§
fn
chunk
(&self) -> &
keyexpr
Implementors
§
Source
§
impl<Weight, Parent:
IArcProvider
, Wildness:
IWildness
, Children:
IChildrenProvider
<
Arc
<
TokenCell
<
KeArcTreeNode
<Weight,
Weak
<
()
>, Wildness, Children, Token>, Token>>>, Token:
TokenTrait
>
HasChunk
for
KeArcTreeNode
<Weight, Parent, Wildness, Children, Token>
Source
§
impl<Weight, Wildness:
IWildness
, Children:
IChildrenProvider
<
Box
<Self>>>
HasChunk
for
KeyExprTreeNode
<Weight, Wildness, Children>