Searched defs:BitWriterResult (Results 1 – 1 of 1) sorted by relevance
466 pub type BitWriterResult<T> = std::result::Result<T, BitWriterError>; typedef499 pub fn write_bit(&mut self, bit: bool) -> BitWriterResult<()> { in write_bit()513 pub fn flush(&mut self) -> BitWriterResult<()> { in flush()