MCPcopy Create free account
hub / github.com/alexfertel/rust-algorithms / NodeNotInGraph

Class NodeNotInGraph

src/data_structures/graph.rs:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#[derive(Debug, Clone)]
6pub struct NodeNotInGraph;
7
8impl fmt::Display for NodeNotInGraph {
9 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected