use crate::ElementId; use std::cell::Cell; /// A placeholder node pub struct VPlaceholder { pub id: Cell>, pub dynamic_index: Option, }