You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if the grid type had FromIterator implementations that mimic its From implementations, e.g. to mimic From<Vec<Vec<T>>, have a FromIterator implementations for iterators whose items are themselves iterators.