pub trait BuildCycle { // Provided method fn empty() -> Cycle { ... } }
Build a Cycle
Cycle
Build an empty cycle