MCPcopy Create free account
hub / github.com/Canop/crokey / ParseKeyError

Class ParseKeyError

src/parse.rs:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Debug)]
19pub struct ParseKeyError {
20 /// the string which couldn't be parsed
21 pub raw: String,
22}
23
24impl ParseKeyError {
25 pub fn new<S: Into<String>>(s: S) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected