pub struct HtmlGenerator { /* private fields */ }Expand description
Generates an HTML report from a component graph. Uses d3.js to render the graph.
Implementations§
Auto Trait Implementations§
impl Freeze for HtmlGenerator
impl RefUnwindSafe for HtmlGenerator
impl Send for HtmlGenerator
impl Sync for HtmlGenerator
impl Unpin for HtmlGenerator
impl UnwindSafe for HtmlGenerator
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