pub fn iterator_from_string_handle_v2<O0: Into<Output>>( string_handle: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for IteratorFromStringHandleV2::new().build(string_handle, scope).
IteratorFromStringHandleV2::new().build(string_handle, scope)