Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ Suggestion
Class
Suggestion
libs/error-stack/examples/parse_config.rs:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
impl Error for ParseConfigError {}
29
30
struct Suggestion(&'static str);
31
32
fn parse_config(path: impl AsRef<Path>) -> Result<Config, Report<ParseConfigError>> {
33
let path = path.as_ref();
Callers
1
parse_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected