pub type ArrayIntoIter = Box<dyn Iterator<Item = Value>>;
An owned iterator type over Array’s Values
Array
Value
struct ArrayIntoIter(/* private fields */);