pub type ChildData = Arc<(Vec<u8>, Stat)>;
Data contents of a znode and associated Stat.
Stat
pub struct ChildData { /* private fields */ }