MCPcopy Create free account
hub / github.com/Rustixir/tokio_sky / TestData

Class TestData

examples/pulsar_processor.rs:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70#[derive(Serialize, Deserialize)]
71struct TestData {
72 data: String,
73}
74
75impl SerializeMessage for TestData {
76 fn serialize_message(input: Self) -> Result<producer::Message, PulsarError> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected