bitreader::Result
[−]
[src]
type Result<T> = Result<T, BitReaderError>;
Result type for those BitReader operations that can fail.
type Result<T> = Result<T, BitReaderError>;
Result type for those BitReader operations that can fail.