pub struct DotExporter { /* private fields */ }Expand description
DOT format exporter for Graphviz visualization
Implementations§
Source§impl DotExporter
impl DotExporter
Sourcepub fn new_default() -> Self
pub fn new_default() -> Self
Create new DOT exporter with default configuration
Trait Implementations§
Source§impl CallGraphExporter for DotExporter
impl CallGraphExporter for DotExporter
Auto Trait Implementations§
impl Freeze for DotExporter
impl RefUnwindSafe for DotExporter
impl Send for DotExporter
impl Sync for DotExporter
impl Unpin for DotExporter
impl UnwindSafe for DotExporter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more