iter method

See the Rust documentation for iter for more information.

Implementation

TimeZoneIterator iter() {
  // This lifetime edge depends on lifetimes: 'a
  final aEdges = [this];
  final result = _icu4x_IanaParser_iter_mv1(_ffi);
  return TimeZoneIterator._fromFfi(result, [], aEdges);
}