pub trait AsPlotnum { type Target: PlotNum; // Required method fn as_plotnum(&self) -> &Self::Target; }