Docs.rs
zenoh-keyexpr-0.7.2-rc
zenoh-keyexpr 0.7.2-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
keyed-set ^0.4.4
normal
rand ^0.8.5
normal
serde ^1.0.154
normal
token-cell ^1.4.2
normal
zenoh-result ^0.7.2-rc
normal
criterion ^0.4.0
dev
lazy_static ^1.4.0
dev
hashbrown ^0.13.2
normal
Versions
25.64%
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
☰
IArcProvider
Required Associated Types
Ptr
Implementations on Foreign Types
Arc<()>
Weak<()>
Implementors
In zenoh_keyexpr::keyexpr_tree::arc_tree
?
Trait
zenoh_keyexpr
::
keyexpr_tree
::
arc_tree
::
IArcProvider
source
·
[
−
]
pub trait IArcProvider { type
Ptr
<T>:
IArc
<T>; }
Required Associated Types
§
source
type
Ptr
<T>:
IArc
<T>
Implementations on Foreign Types
§
source
§
impl
IArcProvider
for
Weak
<
()
>
§
type
Ptr
<T> =
Weak
<T>
source
§
impl
IArcProvider
for
Arc
<
()
>
§
type
Ptr
<T> =
Arc
<T>
Implementors
§