[][src]Type Definition nannou::geom::graph::WouldCycle

type WouldCycle<S = Default> = WouldCycle<Edge<S>>;

An alias for our Graph's WouldCycle error type.