pub struct ExportFormat;Expand description
Export formats for external visualization tools.
Implementations§
Source§impl ExportFormat
impl ExportFormat
Sourcepub fn trace_to_json(trace: &ExecutionTrace) -> String
pub fn trace_to_json(trace: &ExecutionTrace) -> String
Export trace to JSON for custom visualization.
Sourcepub fn graph_to_graphml(graph: &EinsumGraph) -> String
pub fn graph_to_graphml(graph: &EinsumGraph) -> String
Export graph to GraphML format.
Auto Trait Implementations§
impl Freeze for ExportFormat
impl RefUnwindSafe for ExportFormat
impl Send for ExportFormat
impl Sync for ExportFormat
impl Unpin for ExportFormat
impl UnwindSafe for ExportFormat
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