Function into_item

pub(in ::iter::adapters::flatten) fn into_item<I>(inner: I) -> Option<I::Item>
where
    I: IntoIterator<IntoIter: OneShot>,