pub struct GraphRowRenderer<N> { /* private fields */ }
Expand description
Renderer for a DAG.
Converts a sequence of DAG node descriptions into rendered graph rows.
Implementations§
Trait Implementations§
Source§impl<N> Renderer<N> for GraphRowRenderer<N>
impl<N> Renderer<N> for GraphRowRenderer<N>
Auto Trait Implementations§
impl<N> Freeze for GraphRowRenderer<N>
impl<N> RefUnwindSafe for GraphRowRenderer<N>where
N: RefUnwindSafe,
impl<N> Send for GraphRowRenderer<N>where
N: Send,
impl<N> Sync for GraphRowRenderer<N>where
N: Sync,
impl<N> Unpin for GraphRowRenderer<N>where
N: Unpin,
impl<N> UnwindSafe for GraphRowRenderer<N>where
N: UnwindSafe,
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