pub trait BuildCycle {
    // Provided method
    fn empty() -> Cycle { ... }
}
Expand description

Build a Cycle

Provided Methods§

source

fn empty() -> Cycle

Build an empty cycle

Implementors§