pub fn parse_key_path(
    split: &Vec<&[u8]>,
    out: &mut KeyPath,
    error: &mut String
) -> bool
Expand description

| Parse a key path, being passed a split | list of elements (the first element | is ignored). |