MCPcopy 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
49pub(crate) trait PrintResult {
50 fn print_result(self, cli: &Cli);
51}
52
53impl<T> PrintResult for Result<T>
54where

Callers

nothing calls this directly

Implementers 1

utils.rskuma-cli/src/utils.rs

Calls

no outgoing calls

Tested by

no test coverage detected