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
pub trait PointElement<Coord, Size> where
Size: SizeDesc, {
fn make_point(pos: Coord, size: Size, style: ShapeStyle) -> Self;
}The element that used to describe a point