use ;
/// This trait marks a struct/enum as something that can be finalised into
/// a shape (but may need the current [`egui::Ui`] object to do so).
/// Blanket implementation of [`ShapePredicate`] trait for any type that
/// does not need the current [`egui::Ui`] object to be turned into am
/// [`egui::Shape`] object.