Type Definition tf_demo_parser::ReadResult[][src]

type ReadResult<T> = Result<T, BitError>;
Expand description

Either the read bits in the requested format or a ReadError