MCPcopy 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)]
70pub struct ParseNodeTypeError(String);
71
72impl fmt::Display for ParseNodeTypeError {
73 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers 1

from_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected