Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BillyDM/Firewheel
/ from
Method
from
crates/firewheel-core/src/node.rs:65–67 ·
view source on GitHub ↗
(err: E)
Source
from the content-addressed store, hash-verified
63
E: Error + 'static,
64
{
65
fn from(err: E) -> Self {
66
NodeError(Box::new(err))
67
}
68
}
69
70
impl fmt::Display for NodeError {
Callers
nothing calls this directly
Calls
1
NodeError
Class · 0.85
Tested by
no test coverage detected