Function parse_item_stack
Source pub fn parse_item_stack(
input: &mut impl Iterator<Item = u8>,
) -> Result<Option<ItemStack>>
Expand description
Parses an ItemStack.
ยงErrors
Returns an error if the input iterator is empty, or if any of the fields contain invalid values or terminate early.