bail_graph

Macro bail_graph 

Source
macro_rules! bail_graph {
    () => { ... };
    (@ $($fmt_arg:tt)*) => { ... };
    ($($fmt_arg:tt)*) => { ... };
}
Expand description

Constructs a Error::Graph variant and bails out.