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