#[doc(hidden)]pub trait RepIteratorExt: Iterator + Sized {
// Provided method
fn quote_into_iter(self) -> (Self, HasIter) { ... }
}Expand description
Extension trait providing the quote_into_iter method on iterators.
Provided Methods§
fn quote_into_iter(self) -> (Self, HasIter)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.