pub trait Unqueriable { }Expand description
Marks this element as not being queryable even though it is locatable for internal reasons.
Implementors§
impl Unqueriable for Packed<PlaceElem>
PlaceElem must be locatable to support logical ordering of floats, but I
do not want to expose query(place) for now.