Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
6
pub struct NodeNotInGraph;
7
8
impl 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