Type Definition bitreader::Result [] [src]

type Result<T> = Result<T, BitReaderError>;

Result type for those BitReader operations that can fail.