pub struct GraphBuilder { /* private fields */ }Expand description
This class constructs a visual graph from the parsed AST.
Implementations
sourceimpl GraphBuilder
impl GraphBuilder
pub fn new() -> Self
pub fn visit_graph(&mut self, graph: &Graph)
pub fn get(&self) -> VisualGraph
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GraphBuilder
impl Send for GraphBuilder
impl Sync for GraphBuilder
impl Unpin for GraphBuilder
impl UnwindSafe for GraphBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more