We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9684fee commit 460928dCopy full SHA for 460928d
python/src/decoder.rs
@@ -49,7 +49,7 @@ impl PyDecoderRegistry {
49
}
50
51
#[derive(Debug)]
52
-struct PyDecoder(PyObject);
+pub(crate) struct PyDecoder(PyObject);
53
54
impl PyDecoder {
55
fn call(&self, py: Python, buffer: Bytes) -> PyResult<PyBytes> {
0 commit comments