MCPcopy Create free account
hub / github.com/actix/examples / fmt

Method fmt

json/jsonrpc/src/convention.rs:64–66  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

62impl error::Error for ErrorData {}
63impl fmt::Display for ErrorData {
64 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
65 write!(f, "({}, {}, {})", self.code, self.message, self.data)
66 }
67}
68
69/// A rpc call is represented by sending a Request object to a Server.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected