pub fn parse_and_size<T: AsRef<str> + ?Sized>(
    string_nbt: &T
) -> Result<(NbtCompound, usize), SnbtError>
Expand description

Parses the given string just like parse, but also returns the amount of parsed characters.