pub trait BundleIterator {
    fn prefetch_sync(&mut self) { ... }
}

Provided Methods

Implementors