MCPcopy Index your code
hub / github.com/databento/dbn / Transcode

Interface Transcode

python/src/transcoder.rs:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136trait Transcode {
137 fn write(&mut self, bytes: &[u8]) -> PyResult<()>;
138
139 fn flush(&mut self) -> PyResult<()>;
140
141 fn buffer(&self) -> &[u8];
142}
143
144struct Inner<const E: u8> {
145 fsm: DbnFsm,

Callers

nothing calls this directly

Implementers 1

transcoder.rspython/src/transcoder.rs

Calls

no outgoing calls

Tested by

no test coverage detected