Type Alias CircleSegmentPathIter

Source
type CircleSegmentPathIter = Chain<Chain<Chain<Chain<Once<PathEl>, Once<PathEl>>, ArcAppendIter>, Once<PathEl>>, ArcAppendIter>;

Aliased Typeยง

struct CircleSegmentPathIter { /* private fields */ }