Skip to main content

with_graph

Function with_graph 

Source
pub fn with_graph<F, R>(f: F) -> R
where F: FnOnce(&mut ExprGraph) -> R,
Expand description

Access the thread-local graph.