Type Alias ChildData

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

Data contents of a znode and associated Stat.

Aliased Typeยง

pub struct ChildData { /* private fields */ }