Type Definition bitreader::Result[][src]

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

Result type for those BitReader operations that can fail.