Type Definition ChildData
zookeeper_async::recipes::cache
type ChildData = Arc<(Vec<u8>, Stat)>;
Data contents of a znode and associated Stat.
Stat