Docs.rs
zookeeper-cache-rust-0.1.0
zookeeper-cache-rust 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
misssonder
Dependencies
async-recursion ^1.1
normal
futures ^0.3
normal
petgraph ^0.6
normal
pin-project ^1.1
normal
thiserror ^1.0
normal
tokio ^1.3
normal
tokio-util ^0.7
normal
zookeeper-client ^0.8
normal
testcontainers ^0.20
dev
Versions
11.76%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zookeeper_
cache_
rust
0.1.0
Shared
Child
Data
Aliased Type
In crate zookeeper_
cache_
rust
zookeeper_cache_rust
Type Alias
SharedChildData
Copy item path
Source
pub type SharedChildData =
Arc
<
ChildData
>;
Aliased Type
ยง
struct SharedChildData {
/* private fields */
}