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

Method dump

json/jsonrpc/src/convention.rs:57–59  ·  view source on GitHub ↗

Prints out the value as JSON string.

(&self)

Source from the content-addressed store, hash-verified

55
56 /// Prints out the value as JSON string.
57 pub fn dump(&self) -> String {
58 serde_json::to_string(self).expect("Should never failed")
59 }
60}
61
62impl error::Error for ErrorData {}

Callers 1

rpc_handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected