Skip to main content

parse_nbt_path

Function parse_nbt_path 

Source
pub fn parse_nbt_path(input: &str) -> Result<NbtPath, NbtPathError>
Expand description

Parses one complete NBT path.

ยงErrors

Returns an error when the input is not a valid NBT path or has trailing data.