MCPcopy Create free account
hub / github.com/elftausend/graplot / Layer

Class Layer

src/graph.rs:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
127pub struct Layer<'a> {
128 pub layer: usize,
129 pub nodes: Vec<&'a Node>,
130}
131
132impl<'a> Layer<'a> {
133 pub fn new(layer: usize) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected