pub type ChildData = Arc<(Vec<u8>, Stat)>;
Expand description

Data contents of a znode and associated Stat.

Aliased Type§

struct ChildData { /* private fields */ }