arc

Macro arc 

Source
macro_rules! arc {
    ($from:expr => $to:expr, $expression:expr) => { ... };
}
Expand description

Shorthand to construct an ArcSpec. This exists mostly just to be used by the arcs! macro.