fn owned()

in gazebo/src/ext/iter.rs [224:230]


    fn owned(self) -> Owned<Self>;
}

impl<I> IterExt for I
where
    I: Iterator,
{