MCPcopy Index your code
hub / github.com/alignoth/alignoth / serialize

Method serialize

src/plot.rs:191–196  ·  view source on GitHub ↗
(&self, serializer: S)

Source from the content-addressed store, hash-verified

189
190impl Serialize for AuxRecord {
191 fn serialize<S>(&self, serializer: S) -> std::result::Result<S::Ok, S::Error>
192 where
193 S: Serializer,
194 {
195 serializer.serialize_str(&self.to_string())
196 }
197}
198
199/// A reference with all relevant information base for being plotted in a read plot

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected