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

Interface SerializeExt

src/protocol/serializer.rs:330–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330pub trait SerializeExt {
331 fn serialize(&self) -> Vec<u8>;
332}
333
334pub trait SerializeBytes {
335 fn serialize_bytes(&self) -> Cow<'_, [u8]>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected