pub type SharedPlaceholder<Val> = Arc<Placeholder<Val>>;
pub struct SharedPlaceholder<Val> { /* private fields */ }