pub fn parse_snbt(input: &str) -> Result<NbtTag, SnbtError>
Parses one complete SNBT tag.
Returns an error when the input is not valid SNBT or has trailing data.