Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ ParseNodeTypeError
Class
ParseNodeTypeError
atomic-remote/src/types.rs:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
/// Error when parsing a node type from a string.
69
#[derive(Debug, Clone, PartialEq, Eq)]
70
pub struct ParseNodeTypeError(String);
71
72
impl fmt::Display for ParseNodeTypeError {
73
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
1
from_str
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected