pub fn parse_nbt_path(input: &str) -> Result<NbtPath, NbtPathError>
Parses one complete NBT path.
Returns an error when the input is not a valid NBT path or has trailing data.