Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
impl From<String> for Error {
53
fn from(s: String) -> Self {
54
Error::GraphLite(s)
55
}
56
}
57
58
impl From<&str> for Error {
Callers
nothing calls this directly
Calls
1
GraphLite
Class · 0.70
Tested by
no test coverage detected