Skip to main content

close_iterator

Function close_iterator 

Source
pub fn close_iterator(iterator: &Value) -> Result<(), String>
Expand description

Call iterator.return() if it has one, as IteratorClose does.