use ;
use EntityPath;
declare_new_type!;
// TODO(andreas): This should likely be `PerVisualizer<SelectedEntities>` instead.
// Implying the missing concept of `SelectedEntities` which is a subset of `VisualizableEntities`
// as selected by the query.
pub type PerSystemEntities = ;
/// Trait for naming/identifying [`crate::VisualizerSystem`]s & [`crate::ViewContextSystem`]s.
///
/// Required to be implemented for registration.