Type Definition Result
bitbuffer
type Result<T> = Result<T, BitError>;
Either the read bits in the requested format or a ReadError
ReadError