pub type PlotPropertyName = NameDef<PlotProperty>;Expand description
Name of an open plot/figure/layer property (e.g., "title", "width", "stroke_width").
Aliased Type§
pub struct PlotPropertyName { /* private fields */ }Trait Implementations§
Source§impl FormatEquivalent for PlotPropertyName
impl FormatEquivalent for PlotPropertyName
Source§fn format_equivalent(&self, other: &Self) -> bool
fn format_equivalent(&self, other: &Self) -> bool
Returns
true if self and other are equivalent up to formatting.