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