pub type ParsePathErr = Box<(ZoneFile<Vec<u8>>, (usize, ErrorKind))>;
struct ParsePathErr(/* private fields */);