MCPcopy Create free account
hub / github.com/PacktPublishing/Rust-for-Blockchain-Application-Development / Node

Class Node

chapter 3/structs.rs:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42pub struct Node {
43 addr: String,
44}
45pub struct Nodes {
46 inner: RwLock<Vec<Node>>,
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected