MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / from

Method from

sdk-rust/src/error.rs:53–55  ·  view source on GitHub ↗
(s: String)

Source from the content-addressed store, hash-verified

51
52impl From<String> for Error {
53 fn from(s: String) -> Self {
54 Error::GraphLite(s)
55 }
56}
57
58impl From<&str> for Error {

Callers

nothing calls this directly

Calls 1

GraphLiteClass · 0.70

Tested by

no test coverage detected