pub fn iterator_get_next_sync<O0: Into<Output>>( iterator: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for IteratorGetNextSync::new().build(iterator, scope).
IteratorGetNextSync::new().build(iterator, scope)