Type Alias bitreader::Result

source ·
pub type Result<T> = Result<T, BitReaderError>;
Expand description

Result type for those BitReader operations that can fail.