Home
last modified time | relevance | path

Searched refs:BitErrorValue (Results 1 – 3 of 3) sorted by relevance

/xiu/library/bytesio/src/
H A Dbits_errors.rs7 pub enum BitErrorValue { enum
21 pub value: BitErrorValue,
24 impl From<BitErrorValue> for BitError {
25 fn from(val: BitErrorValue) -> Self { in from()
33 value: BitErrorValue::BytesReadError(error), in from()
41 value: BitErrorValue::BytesWriteError(error), in from()
H A Dbits_writer.rs3 bits_errors::{BitError, BitErrorValue},
45 value: BitErrorValue::CannotWrite8Bit, in write_8bit()
69 value: BitErrorValue::TooBig, in write_n_bits()
H A Dbits_reader.rs2 super::bits_errors::{BitError, BitErrorValue},
37 value: BitErrorValue::CannotReadByte, in read_byte()