MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / serialize

Method serialize

examples/tauri-sqlx-vanilla/src-tauri/src/lib.rs:15–20  ·  view source on GitHub ↗
(&self, serializer: S)

Source from the content-addressed store, hash-verified

13
14impl serde::Serialize for CommandError {
15 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
16 where
17 S: Serializer,
18 {
19 serializer.serialize_str(&self.to_string())
20 }
21}
22
23impl From<anyhow::Error> for CommandError {

Callers 2

serialize_aot_moduleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected