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