use hash_map;
use iter;
use Entity;
/// This struct is created by [`EntityMap::published`](crate::entity::EntityMap::published).
/// See its documentation for more.
/// Type alias for the iterator returned by [`EntityMap::published`](crate::entity::EntityMap::published).
pub type PublishedIter<'a> = FilterMap;