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

Interface SerializeBytes

src/protocol/serializer.rs:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334pub trait SerializeBytes {
335 fn serialize_bytes(&self) -> Cow<'_, [u8]>;
336}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected