mrdocs::dom::ObjectImpl::visit
Invoke the visitor for each key/value pair.
Description
The visitor function must return true to continue iteration, or false to stop.
The visit function returns true if the visitor returned true for all elements, otherwise false.
Parameters
| Name | Description |
|---|---|
fn |
The visitor function. |
Created with MrDocs