MCPcopy Create free account
hub / github.com/auula/falsework / StrError

Class StrError

src/cmd.rs:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79#[derive(Debug)]
80pub struct StrError<'a>(&'a str);
81
82// Error doesn't require you to implement any methods, but
83// your type must also implement Debug and Display.

Callers 1

err_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected