[][src]Type Definition zookeeper_async::recipes::cache::ChildData

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

Data contents of a znode and associated Stat.