fn flatten(self) -> Flatten<Self>
where
Self::Item: IntoIterator,
Creates an iterator that flattens nested structure.
This is useful when you have an iterator of iterators or an iterator of things that can be turned into iterators and you want to remove one level of indirection.
:blobcatgooglyholdingitsheadinitshands:
Океееей, Result<T, E> реализует IntoIterator.........
Но че там вообще итерировать???