pub type HighlightedNode = Arc<Mutex<Option<EntityId>>>;
struct HighlightedNode { /* private fields */ }