pub fn delete_iterator<O0: Into<Output>, O1: Into<Output>>( handle: O0, deleter: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DeleteIterator::new().build(handle, deleter, scope).
DeleteIterator::new().build(handle, deleter, scope)