pub trait PointElement<Coord, Size> where
    Size: SizeDesc
{ fn make_point(pos: Coord, size: Size, style: ShapeStyle) -> Self; }
Expand description

The element that used to describe a point

Required Methods

Implementors