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

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

Type returned by the RegistryReader::list_nodes method