Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
53
pub struct NodeError(pub Box<dyn Error>);
54
55
impl NodeError {
56
pub const fn from_boxed(error: Box<dyn Error>) -> Self {
Callers
2
from
Method · 0.85
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected