pub trait PathSegment: Path { }Expand description
Marker for a primitive curve that cannot be further subdivided.
Types implementing this trait represent atomic path building blocks (e.g. a
line segment, a Bézier curve). They behave exactly like a Path but signal
to SegmentedPath consumers that no further subdivision is expected.