[][src]Type Definition lasy::stream::frame::opt::EulerGraph

type EulerGraph = Graph<Point, SegmentKind, Undirected, u32>;

A type used to represent a graph of points that contains at least one euler circuit.