Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigBoot/AutoKuma
/ PrintResult
Interface
PrintResult
kuma-cli/src/utils.rs:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
pub(crate) trait PrintResult {
50
fn print_result(self, cli: &Cli);
51
}
52
53
impl<T> PrintResult for Result<T>
54
where
Callers
nothing calls this directly
Implementers
1
utils.rs
kuma-cli/src/utils.rs
Calls
no outgoing calls
Tested by
no test coverage detected