[][src]Type Definition splinter::registry::NodeIter

type NodeIter<'a> = Box<dyn ExactSizeIterator<Item = Node> + Send + 'a>;

Type returned by the RegistryReader::list_nodes method