MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / NodeError

Class NodeError

crates/firewheel-core/src/node.rs:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51/// Trait-based catchall error type for node trait methods
52#[derive(Debug)]
53pub struct NodeError(pub Box<dyn Error>);
54
55impl NodeError {
56 pub const fn from_boxed(error: Box<dyn Error>) -> Self {

Callers 2

fromMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected