Searched defs:CallbackI (Results 1 – 1 of 1) sorted by relevance
82 struct CallbackI<CB, J> { in with_producer() struct83 callback: CB, in with_producer()84 i_len: usize, in with_producer()85 j_len: usize, in with_producer()86 i_next: bool, in with_producer()87 j: J, in with_producer()90 impl<CB, J> ProducerCallback<J::Item> for CallbackI<CB, J> in with_producer() implementation