IntoDynDBoxed

Trait IntoDynDBoxed 

Source
pub trait IntoDynDBoxed<'a, T> {
    // Required method
    fn into_dyn_dboxed(self) -> BoxedLDIter<'a, T>;
}

Required Methods§

Implementors§

Source§

impl<'a, T, I: DoubleEndedIterator<Item = T> + Send + Sync + 'a> IntoDynDBoxed<'a, T> for I