Type Definition crusty_core::types::LinkIter[][src]

type LinkIter<'a> = Box<dyn Iterator<Item = &'a Link> + Send + 'a>;