MCPcopy Create free account
hub / github.com/ac-freeman/adder-codec-rs / BitReadExt

Interface BitReadExt

arithmetic-coding-adder-dep/src/decoder.rs:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27trait BitReadExt {
28 fn next_bit(&mut self) -> io::Result<Option<bool>>;
29}
30
31impl<R: BitRead> BitReadExt for R {
32 fn next_bit(&mut self) -> io::Result<Option<bool>> {

Callers

nothing calls this directly

Implementers 1

decoder.rsarithmetic-coding-adder-dep/src/decode

Calls

no outgoing calls

Tested by

no test coverage detected